Skip to content

Commit

Permalink
wrapped python versions in ci in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Apr 21, 2024
1 parent 71b956c commit a8d64c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 9
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest]

steps:
Expand Down

0 comments on commit a8d64c4

Please sign in to comment.