From fa9be1a27d437d74ce5a75fc64d0c6ac9c4dc8b4 Mon Sep 17 00:00:00 2001 From: Jeremy Muhlich Date: Tue, 27 Feb 2024 10:17:01 -0500 Subject: [PATCH] Disable GitHub Actions fail-fast (#587) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab1b4fc2..96c17209 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ jobs: name: Tests & Coverage runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]