From 40365c561363e2799f9335abd5da692d303c9b5c Mon Sep 17 00:00:00 2001 From: jochen Date: Wed, 29 May 2024 09:06:39 +0200 Subject: [PATCH] Disable fail fast --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4ead14c..7c379d28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,7 @@ jobs: - '3.10' - '3.11' - '3.12' + fail-fast: false steps: - uses: actions/checkout@v4 - name: Set up Python ${{matrix.python-version}}