From 3f2375626954976229305ac9f5c7b133253af7ec Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Thu, 24 Jun 2021 09:57:01 -0700 Subject: [PATCH] Turn off fail-fast to troubleshoot Co-authored-by: Jonathan Wren --- .github/workflows/testing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index b0eb25d7..dcc521d2 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -24,6 +24,7 @@ jobs: ! contains(github.event.head_commit.message, '[ci skip]') runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: python-version: [ 3.7, 3.8, 3.9, 3.10-dev ] os: [ ubuntu-latest, macos-latest, windows-latest ]