Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
d170500
1
Parent(s):
bfc129c
Start testing with julia 1.8
Browse files
.github/workflows/CI_large_nightly.yml
CHANGED
@@ -20,7 +20,7 @@ jobs:
|
|
20 |
strategy:
|
21 |
fail-fast: false
|
22 |
matrix:
|
23 |
-
julia-version: ['1.5.0', '1.6.1', '1.7.1']
|
24 |
python-version: ['3.7', '3.8', '3.9', '3.10']
|
25 |
os: [ubuntu-latest, macos-latest, windows-latest]
|
26 |
|
|
|
20 |
strategy:
|
21 |
fail-fast: false
|
22 |
matrix:
|
23 |
+
julia-version: ['1.5.0', '1.6.1', '1.7.1', '1.8.0-rc4']
|
24 |
python-version: ['3.7', '3.8', '3.9', '3.10']
|
25 |
os: [ubuntu-latest, macos-latest, windows-latest]
|
26 |
|