Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
a934083
1
Parent(s):
7d62807
Update Julia versions in CI
Browse files
.github/workflows/CI.yml
CHANGED
@@ -26,7 +26,7 @@ jobs:
|
|
26 |
shell: bash
|
27 |
strategy:
|
28 |
matrix:
|
29 |
-
julia-version: ['1.
|
30 |
python-version: ['3.9']
|
31 |
os: [ubuntu-latest]
|
32 |
|
|
|
26 |
shell: bash
|
27 |
strategy:
|
28 |
matrix:
|
29 |
+
julia-version: ['1.8.2']
|
30 |
python-version: ['3.9']
|
31 |
os: [ubuntu-latest]
|
32 |
|
.github/workflows/CI_Windows.yml
CHANGED
@@ -26,9 +26,9 @@ jobs:
|
|
26 |
shell: bash
|
27 |
strategy:
|
28 |
matrix:
|
29 |
-
julia-version: ['1.6', '1.
|
30 |
python-version: ['3.9']
|
31 |
-
os: [windows-
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/[email protected]
|
|
|
26 |
shell: bash
|
27 |
strategy:
|
28 |
matrix:
|
29 |
+
julia-version: ['1.6', '1.8.2']
|
30 |
python-version: ['3.9']
|
31 |
+
os: [windows-latest]
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/[email protected]
|
.github/workflows/CI_docker.yml
CHANGED
@@ -28,7 +28,7 @@ jobs:
|
|
28 |
shell: bash
|
29 |
strategy:
|
30 |
matrix:
|
31 |
-
julia-version: ['1.
|
32 |
python-version: ['3.9.10']
|
33 |
os: [ubuntu-latest]
|
34 |
arch: ['linux/x86_64']
|
|
|
28 |
shell: bash
|
29 |
strategy:
|
30 |
matrix:
|
31 |
+
julia-version: ['1.8.2']
|
32 |
python-version: ['3.9.10']
|
33 |
os: [ubuntu-latest]
|
34 |
arch: ['linux/x86_64']
|
.github/workflows/CI_mac.yml
CHANGED
@@ -26,18 +26,18 @@ jobs:
|
|
26 |
shell: bash
|
27 |
strategy:
|
28 |
matrix:
|
29 |
-
julia-version: ['1.
|
30 |
python-version: ['3.9']
|
31 |
os: [macos-latest]
|
32 |
|
33 |
steps:
|
34 |
-
- uses: actions/checkout@v1
|
35 |
- name: "Set up Julia"
|
36 |
-
uses: julia-actions/setup-julia@v1
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
39 |
- name: "Cache dependencies"
|
40 |
-
uses: actions/cache@
|
41 |
env:
|
42 |
cache-name: cache-artifacts
|
43 |
with:
|
|
|
26 |
shell: bash
|
27 |
strategy:
|
28 |
matrix:
|
29 |
+
julia-version: ['1.8.2']
|
30 |
python-version: ['3.9']
|
31 |
os: [macos-latest]
|
32 |
|
33 |
steps:
|
34 |
+
- uses: actions/checkout@v1
|
35 |
- name: "Set up Julia"
|
36 |
+
uses: julia-actions/setup-julia@v1
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
39 |
- name: "Cache dependencies"
|
40 |
+
uses: actions/cache@v3
|
41 |
env:
|
42 |
cache-name: cache-artifacts
|
43 |
with:
|