From 9d88df942a4116fef3dd6412b45387f46c2aa09a Mon Sep 17 00:00:00 2001 From: Christian Nicolai Date: Sat, 20 Mar 2021 16:26:10 +0100 Subject: [PATCH] ci: don't fail fast to get status overview --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18a8c0b..8d37f95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,9 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 strategy: + fail-fast: false matrix: python-version: - '2.7'