From f980bbfc542b28e70f3783d67e7eeb95bebb357a Mon Sep 17 00:00:00 2001 From: Gerry Manoim Date: Fri, 7 Aug 2020 10:33:00 -0400 Subject: [PATCH] remove failiong fast --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b16fd6d714..0597534b99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: - fail-fast: true + fail-fast: false matrix: os: [ubuntu-latest, macos-latest] python-version: [3.5, 3.6]