Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
4e494ed
1
Parent(s):
61d9c14
Add Julia 1.6.1 to test suite
Browse files- .github/workflows/CI.yml +1 -1
.github/workflows/CI.yml
CHANGED
@@ -23,7 +23,7 @@ jobs:
|
|
23 |
runs-on: ${{ matrix.os }}
|
24 |
strategy:
|
25 |
matrix:
|
26 |
-
julia-version: ['1.5.0']
|
27 |
python-version: ['3.6']
|
28 |
os: [ubuntu-latest, windows-latest]
|
29 |
|
|
|
23 |
runs-on: ${{ matrix.os }}
|
24 |
strategy:
|
25 |
matrix:
|
26 |
+
julia-version: ['1.5.0', '1.6.1']
|
27 |
python-version: ['3.6']
|
28 |
os: [ubuntu-latest, windows-latest]
|
29 |
|