Skip to content

Commit

Permalink
gh-actions: missing quotes from Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jul 2, 2024
1 parent 96f3cf6 commit ab3db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.9, 3.10, 3.11]
python: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest]

env:
Expand Down

0 comments on commit ab3db47

Please sign in to comment.