Do not fail fast on pypy CI jobs (#799)

The pypy jobs are quite error prone, particularly the windows ones.
This commit is contained in:
Steven B 2024-02-27 14:58:06 +00:00 committed by GitHub
parent d82747d73f
commit 996322cea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,7 @@ jobs:
name: Python ${{ matrix.python-version}} on ${{ matrix.os }}${{ fromJSON('[" (extras)", ""]')[matrix.extras == ''] }}
needs: linting
runs-on: ${{ matrix.os }}
continue-on-error: ${{ startsWith(matrix.python-version, 'pypy') }}
strategy:
matrix: