Skip to content

Commit b1f62c7

Browse files
authored
Set fail-fast To false (#977)
* By default all jobs are cancelled when a job fails. This setting makes it so that other jobs will continue to run.
1 parent 261bbf3 commit b1f62c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, macos-10.15, windows-latest]
1212
python-version: ['3.7', '3.8', '3.9', '3.10']
13+
fail-fast: false
1314
env:
1415
MACOSX_DEPLOYMENT_TARGET: 10.14
1516
steps:

.github/workflows/daily-test-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
matrix:
3030
os: [ubuntu-latest, macos-10.15, windows-latest]
3131
uninstall_pandas: [true, false]
32+
fail-fast: false
3233

3334
permissions:
3435
issues: write

0 commit comments

Comments
 (0)