From 4c90c41469c5f2c4c311112b49d5ca64f832d39d Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Sat, 15 Jul 2023 22:48:10 +0200 Subject: [PATCH] Disable fail-fast --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed036d74..b2df46d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0-beta.4"]