Skip to content

Commit

Permalink
Added fail-fast: false to cibuildwheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikhuber committed Aug 26, 2023
1 parent 0707e7e commit f70e9d8
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 @@ -11,6 +11,7 @@ jobs:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2022, macOS-11]

Expand Down

0 comments on commit f70e9d8

Please sign in to comment.