From 029854e121db309cf93d37a38ef0a7b25bee4f9e Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 22 Feb 2022 20:16:42 +0100 Subject: [PATCH] GHA: disable fail-fast --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9975254..6b1d8da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ jobs: test: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: [3.7, 3.8, 3.9] steps: