Skip to content

Commit

Permalink
Fixed CI syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Dec 18, 2023
1 parent 7710bc2 commit 8a65fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
main:

strategy:
fail-fast: false,
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12', 'windows-2019', 'windows-2022']
Expand Down

0 comments on commit 8a65fb3

Please sign in to comment.