Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
032049d
1
Parent(s):
561e614
Make large nightly job run with fail-fast=false
Browse files
.github/workflows/CI_large_nightly.yml
CHANGED
@@ -17,6 +17,7 @@ jobs:
|
|
17 |
run:
|
18 |
shell: bash
|
19 |
strategy:
|
|
|
20 |
matrix:
|
21 |
julia-version: ['1.5.0', '1.6.1', '1.7.1', 'nightly']
|
22 |
python-version: ['3.7', '3.8', '3.9', '3.10']
|
|
|
17 |
run:
|
18 |
shell: bash
|
19 |
strategy:
|
20 |
+
fail-fast: false
|
21 |
matrix:
|
22 |
julia-version: ['1.5.0', '1.6.1', '1.7.1', 'nightly']
|
23 |
python-version: ['3.7', '3.8', '3.9', '3.10']
|