Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
d22211a
1
Parent(s):
50bfcf9
Turn off fail-fast mode for docker nightly
Browse files
.github/workflows/CI_docker_large_nightly.yml
CHANGED
@@ -15,6 +15,7 @@ jobs:
|
|
15 |
run:
|
16 |
shell: bash
|
17 |
strategy:
|
|
|
18 |
matrix:
|
19 |
julia-version: ['1.7.1']
|
20 |
python-version: ['3.9']
|
|
|
15 |
run:
|
16 |
shell: bash
|
17 |
strategy:
|
18 |
+
fail-fast: false
|
19 |
matrix:
|
20 |
julia-version: ['1.7.1']
|
21 |
python-version: ['3.9']
|