From 4156a2060b140fdb38c05c880bcf3eabce6403b9 Mon Sep 17 00:00:00 2001 From: Micah Gale Date: Sun, 15 Sep 2024 09:27:16 -0500 Subject: [PATCH] Ensured all matrix jobs always run. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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"]