Skip to content

Commit

Permalink
Ensured all matrix jobs always run.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Sep 15, 2024
1 parent 395befe commit 4156a20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
runs-on: ubuntu-latest
permissions: write-all
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
numpy-version: ["1.0", "2.0"]
Expand Down

0 comments on commit 4156a20

Please sign in to comment.