Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
bce8e64
1
Parent(s):
883c4d8
Only test Julia 1.6 on Ubuntu
Browse files
.github/workflows/CI_Windows.yml
CHANGED
@@ -29,7 +29,7 @@ jobs:
|
|
29 |
shell: bash
|
30 |
strategy:
|
31 |
matrix:
|
32 |
-
julia-version: ['1.
|
33 |
python-version: ['3.9']
|
34 |
os: [windows-latest]
|
35 |
|
|
|
29 |
shell: bash
|
30 |
strategy:
|
31 |
matrix:
|
32 |
+
julia-version: ['1.8.2']
|
33 |
python-version: ['3.9']
|
34 |
os: [windows-latest]
|
35 |
|