From 7d56e963da36ace6dbb97aeae1ca4b8568961389 Mon Sep 17 00:00:00 2001 From: Benjamin Piwowarski Date: Tue, 27 Feb 2024 16:12:08 +0100 Subject: [PATCH] Disable fail fast --- .github/workflows/pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4ac8c93..49d12b9 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,6 +13,7 @@ jobs: build: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: ["3.9", "3.10", "3.11", "3.12"]