Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Add `continues-on-error`
  • Loading branch information
uwcdc authored Oct 26, 2023
1 parent 16af868 commit 6184004
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 @@ -34,6 +34,7 @@ jobs:
checks:
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 6184004

Please sign in to comment.