From 94d2eacf9d7c08fe8c471725c8ea5d945015e306 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 8 Feb 2021 11:55:08 +0100 Subject: [PATCH] disable fail-fast to show that 3.6+ works --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b65b72824..c049e4b6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ jobs: linux: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: PYTHON: # Base builds