Skip to content

Commit

Permalink
Update build-and-test.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan authored Apr 29, 2024
1 parent 56f9864 commit 075ede2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

Expand All @@ -36,7 +36,7 @@ jobs:

runs-on: windows-latest
strategy:
fail-fast: false
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

Expand Down

0 comments on commit 075ede2

Please sign in to comment.