Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed Aug 11, 2023
1 parent 467b230 commit 5b2ecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ["3.8, "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Checkout unit tests
Expand Down

0 comments on commit 5b2ecfb

Please sign in to comment.