Skip to content

Commit

Permalink
Disable fail-fast in release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Oct 13, 2023
1 parent 2e1978c commit 8456be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
needs: validate-release-request
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
cibw_python: ["cp37-*", "cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
Expand Down

0 comments on commit 8456be5

Please sign in to comment.