Turn off fail-fast to troubleshoot

Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
Micah Jerome Ellison 2021-06-24 09:57:01 -07:00 committed by Jonathan Wren
parent 1ae0143bcb
commit 3f23756269

View file

@ -24,6 +24,7 @@ jobs:
! contains(github.event.head_commit.message, '[ci skip]') ! contains(github.event.head_commit.message, '[ci skip]')
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
python-version: [ 3.7, 3.8, 3.9, 3.10-dev ] python-version: [ 3.7, 3.8, 3.9, 3.10-dev ]
os: [ ubuntu-latest, macos-latest, windows-latest ] os: [ ubuntu-latest, macos-latest, windows-latest ]