diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db32ac77..6fbea09b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"] @@ -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"]