Skip to content

Commit

Permalink
quoted python version
Browse files Browse the repository at this point in the history
unquote 3.10 is treated as 3.1
  • Loading branch information
mike-gangl committed May 19, 2022
1 parent ff9c179 commit 9fb5dc9
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 3.9
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install Poetry
uses: abatilo/[email protected]
with:
Expand Down

0 comments on commit 9fb5dc9

Please sign in to comment.