Skip to content

Commit

Permalink
don't use fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Sep 19, 2024
1 parent 49c23ca commit 23e9666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
Expand Down Expand Up @@ -159,6 +160,7 @@ jobs:
pip-install:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
Expand Down

0 comments on commit 23e9666

Please sign in to comment.