Skip to content

Commit

Permalink
test(python-test.yml): Need to enclose 3.10 in quotes to be interpret…
Browse files Browse the repository at this point in the history
…ed correctly.
  • Loading branch information
rbeyer committed Aug 3, 2022
1 parent 3061455 commit 8f34f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
# install-target: ['.', '.[allopts]']

steps:
Expand Down

0 comments on commit 8f34f0d

Please sign in to comment.