Skip to content

Commit

Permalink
🐛 yaml interprets 3.10 as 3.1 (Cloud-Drift#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsantana11 authored Apr 18, 2024
1 parent 73a8094 commit 3d755ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: 3.10
python-version: "3.10"
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3d755ac

Please sign in to comment.