Skip to content

Commit

Permalink
Turn off fail fast
Browse files Browse the repository at this point in the history
Some github runners are having issues which annoyingly
cancels all the other jobs
  • Loading branch information
rogerbinns committed Feb 7, 2025
1 parent bc036ff commit 9321864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
build_binary_native:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
pyver: [cp39, cp310, cp311, cp312, cp313]
Expand All @@ -31,6 +32,7 @@ jobs:
build_binary_qemu:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [aarch64]
pyver: [cp39, cp310, cp311, cp312, cp313]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
build_binary_native:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
pyver: [cp39, cp310, cp311, cp312, cp313]
Expand All @@ -31,6 +32,7 @@ jobs:
build_binary_qemu:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [aarch64]
pyver: [cp39, cp310, cp311, cp312, cp313]
Expand Down

0 comments on commit 9321864

Please sign in to comment.