Skip to content

Commit

Permalink
Don't fail matrix fast to see if the error is only specific to some p…
Browse files Browse the repository at this point in the history
…ython versions
  • Loading branch information
flosell committed Oct 9, 2024
1 parent 607bce7 commit 9cb0f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
check-and-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.9, "3.10", 3.11, 3.12, 3.13]
steps:
Expand Down

0 comments on commit 9cb0f1e

Please sign in to comment.