Skip to content

Commit

Permalink
Disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Aug 31, 2022
1 parent 3a81994 commit 90d2ec3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
CC: mpicc.mpich
#NO_NET: 1
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
CC: mpicc.mpich
#NO_NET: 1
strategy:
fail-fast: false
matrix:
python-version: ["3.9"]
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/miniconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
#env:
# NO_NET: 1
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10" ]
os: [windows-latest, ubuntu-latest, macos-latest]
Expand Down Expand Up @@ -46,6 +47,7 @@ jobs:
run-mpi:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [ "3.9" ]
os: [ubuntu-latest]
Expand Down

0 comments on commit 90d2ec3

Please sign in to comment.