Add continue-on-error for 3.10

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

View file

@ -23,6 +23,7 @@ jobs:
if: >
! contains(github.event.head_commit.message, '[ci skip]')
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.python-version == '3.10-dev' }}
strategy:
fail-fast: false
matrix: