Skip to content

Commit

Permalink
Allow diffcov to fail also, as it requires the tests to pass on the l…
Browse files Browse the repository at this point in the history
…atest Python to succeed.
  • Loading branch information
jaraco committed Nov 5, 2023
1 parent a49aff3 commit 03c6392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:

diffcov:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.python == '3.12' }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 03c6392

Please sign in to comment.