Skip to content

Commit

Permalink
Don't fail fast.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed Sep 20, 2024
1 parent 2a9d7a7 commit 10da685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
env:
CI: True
strategy:
# fail-fast: true
fail-fast: false
matrix:
include:
- { os: ubuntu-latest, environment: 'py310' }
Expand Down

0 comments on commit 10da685

Please sign in to comment.