Skip to content

Commit

Permalink
fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jun 10, 2024
1 parent 5b32168 commit 8f82a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.buildplat[0] }}
strategy:
# Ensure that a wheel builder finishes even if another fails
fail-fast: false
fail-fast: true
matrix:
# From NumPy
# Github Actions doesn't support pairing matrix values together, let's improvise
Expand Down

0 comments on commit 8f82a8c

Please sign in to comment.