Skip to content

Commit

Permalink
Update python-cibuildwheel.yml
Browse files Browse the repository at this point in the history
set fail-fast to false to prevent early cancellation
  • Loading branch information
hendrikmuhs authored Nov 3, 2024
1 parent 8d43cb3 commit f6b081a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
name: cibuildwheel ${{ matrix.os }}/${{ matrix.arch }}/${{ matrix.flavor }}/${{ matrix.target }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13]
# separate archs, so they use individual caches
Expand Down

0 comments on commit f6b081a

Please sign in to comment.