From b3fdab78a10a856ff96c760d5909b920820710e8 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 20 Jun 2023 09:15:16 +0100 Subject: [PATCH] Don't fail fast in CI --- .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 503599f4..f488fa13 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -17,6 +17,7 @@ jobs: name: ${{ matrix.platform }} py${{ matrix.python-version }} runs-on: ${{ matrix.platform }} strategy: + fail-fast: false matrix: platform: [ubuntu-latest, macos-latest, windows-latest] python-version: ['3.8', '3.9', '3.10']