Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
2326b1e
1
Parent(s):
5ffdc52
Turn off fail-fast in conda tests
Browse files
.github/workflows/CI_conda_forge.yml
CHANGED
@@ -17,6 +17,7 @@ jobs:
|
|
17 |
run:
|
18 |
shell: bash -l {0}
|
19 |
strategy:
|
|
|
20 |
matrix:
|
21 |
python-version: ['3.9']
|
22 |
os: ['ubuntu-latest', 'macos-latest']
|
|
|
17 |
run:
|
18 |
shell: bash -l {0}
|
19 |
strategy:
|
20 |
+
fail-fast: false
|
21 |
matrix:
|
22 |
python-version: ['3.9']
|
23 |
os: ['ubuntu-latest', 'macos-latest']
|