Skip to content

Commit b95ea5e

Browse files
committed
Disable fail-fast on deploy jobs
1 parent 2431215 commit b95ea5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
build-linux-py3-legacy:
2424
runs-on: ubuntu-latest
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
wheel:
2829
- cp37-manylinux
@@ -57,6 +58,7 @@ jobs:
5758
build-linux-py3:
5859
runs-on: ubuntu-latest
5960
strategy:
61+
fail-fast: false
6062
matrix:
6163
wheel:
6264
- cp38-manylinux

0 commit comments

Comments
 (0)