Skip to content

Commit

Permalink
Disable fast fail
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Sep 17, 2024
1 parent c1623c2 commit c74042d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
deploy-windows:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ['3.11', '3.12']
os: [macos-latest, windows-latest]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
unittests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ['3.11', '3.12']
os: [windows-latest, macos-latest, ubuntu-latest]
Expand Down

0 comments on commit c74042d

Please sign in to comment.