Skip to content

Commit

Permalink
disable fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jun 3, 2024
1 parent 38b310b commit cab7997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
strategy:
matrix:
python-tag: ${{ fromJSON(inputs.python-tags) }}
fail-fast: false
runs-on: ${{ inputs.runner-os }}
steps:
- name: Get build identifier for cibuildwheel
Expand Down

0 comments on commit cab7997

Please sign in to comment.