From 8b14782b6a2dae157ba64312de311b8e85eb16ad Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Sun, 24 Jul 2022 18:35:42 -0400 Subject: Linux CI: don't fail fast (like the other platforms) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bec2e87..9973d58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: ["3.7", "3.8", "3.9", "3.10"] -- cgit v1.2.1