From a0e50b90c96ce477d0511ef92f4cde230bb0b579 Mon Sep 17 00:00:00 2001 From: Alessandro Felder Date: Wed, 30 Oct 2024 10:19:51 +0000 Subject: [PATCH] don't fail fast for now --- .github/workflows/test_and_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index fbc6d9a..9d89ae1 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -31,6 +31,7 @@ jobs: name: ${{ matrix.os }} py${{ matrix.python-version }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: # Run all supported Python versions on linux python-version: ["3.10", "3.11", "3.12"]