From 4347ae0aa2b953148b396b33947111f9a67f889d Mon Sep 17 00:00:00 2001 From: Robert Hafner Date: Mon, 15 Apr 2024 19:31:41 -0700 Subject: [PATCH] disable fail fast --- .github/workflows/pytest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 495cba4..438028c 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -11,6 +11,7 @@ jobs: pytest: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: version: ["3.10", "3.11", "3.12"]