Skip to content

Commit

Permalink
fix 3.10 in setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Nov 1, 2022
1 parent 6e73bd0 commit 29b3dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
cache: pip
cache-dependency-path: |
pyproject.toml
Expand Down

0 comments on commit 29b3dc1

Please sign in to comment.