From 7b91576db9438e403b3803c0da442a98cd80d553 Mon Sep 17 00:00:00 2001 From: mcflugen Date: Mon, 4 Mar 2024 12:44:17 -0700 Subject: [PATCH] turn off fast fail --- .github/workflows/build-test-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml index 92315434..e2628629 100644 --- a/.github/workflows/build-test-ci.yml +++ b/.github/workflows/build-test-ci.yml @@ -18,6 +18,7 @@ jobs: shell: bash -l {0} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest] python-version: ["3.10", "3.11", "3.12"]