Skip to content

Commit

Permalink
Use quotes around Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege authored Apr 26, 2023
1 parent fe81893 commit 833d9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: |
pip install -e .
Expand Down

0 comments on commit 833d9bd

Please sign in to comment.