Skip to content

Commit

Permalink
ci: allow failures in 3.12 builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jun 8, 2023
1 parent ac05292 commit 3ea9c5d
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 @@ -186,6 +186,7 @@ jobs:
msrv: ${{ matrix.msrv }}
extra-features: ${{ matrix.platform.extra-features }}
secrets: inherit
continue-on-error: ${{ matrix.platform.python-version == "3.12" }}
strategy:
# If one platform fails, allow the rest to keep testing if `CI-no-fail-fast` label is present
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
Expand Down

0 comments on commit 3ea9c5d

Please sign in to comment.