Skip to content

Commit

Permalink
Do not fail fast on pypy CI jobs (#799)
Browse files Browse the repository at this point in the history
The pypy jobs are quite error prone, particularly the windows ones.
  • Loading branch information
sdb9696 committed Feb 27, 2024
1 parent d82747d commit 996322c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 996322c

Please sign in to comment.