From 1ae247c7e5f45af2bb239120e1b2c12ac422a69f Mon Sep 17 00:00:00 2001 From: Joseph Capriotti Date: Sun, 7 Jul 2024 15:43:51 -0600 Subject: [PATCH] do not fast fail --- .github/workflows/python-package-conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 0ab22a2..fa82495 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -18,6 +18,7 @@ jobs: run: shell: bash -l {0} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macOS-13, windows-latest] python-version: [3.9, "3.10", "3.11", "3.12"]