Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
d63558c
1
Parent(s):
fc23c11
Fix order of caching
Browse files
.github/workflows/CI.yml
CHANGED
@@ -32,12 +32,12 @@ jobs:
|
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/checkout@v3
|
|
|
|
|
35 |
- name: "Set up Julia"
|
36 |
uses: julia-actions/setup-julia@v1
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
39 |
-
- name: "Cache Julia"
|
40 |
-
uses: julia-actions/cache@v1
|
41 |
- name: "Set up Python"
|
42 |
uses: actions/setup-python@v4
|
43 |
with:
|
|
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/checkout@v3
|
35 |
+
- name: "Cache Julia"
|
36 |
+
uses: julia-actions/cache@v1
|
37 |
- name: "Set up Julia"
|
38 |
uses: julia-actions/setup-julia@v1
|
39 |
with:
|
40 |
version: ${{ matrix.julia-version }}
|
|
|
|
|
41 |
- name: "Set up Python"
|
42 |
uses: actions/setup-python@v4
|
43 |
with:
|
.github/workflows/CI_Windows.yml
CHANGED
@@ -32,12 +32,12 @@ jobs:
|
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/checkout@v3
|
|
|
|
|
35 |
- name: "Set up Julia"
|
36 |
uses: julia-actions/setup-julia@v1
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
39 |
-
- name: "Cache Julia"
|
40 |
-
uses: julia-actions/cache@v1
|
41 |
- name: "Set up Python"
|
42 |
uses: actions/setup-python@v4
|
43 |
with:
|
|
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/checkout@v3
|
35 |
+
- name: "Cache Julia"
|
36 |
+
uses: julia-actions/cache@v1
|
37 |
- name: "Set up Julia"
|
38 |
uses: julia-actions/setup-julia@v1
|
39 |
with:
|
40 |
version: ${{ matrix.julia-version }}
|
|
|
|
|
41 |
- name: "Set up Python"
|
42 |
uses: actions/setup-python@v4
|
43 |
with:
|
.github/workflows/CI_mac.yml
CHANGED
@@ -32,12 +32,12 @@ jobs:
|
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/checkout@v3
|
|
|
|
|
35 |
- name: "Set up Julia"
|
36 |
uses: julia-actions/setup-julia@v1
|
37 |
with:
|
38 |
version: ${{ matrix.julia-version }}
|
39 |
-
- name: "Cache Julia"
|
40 |
-
uses: julia-actions/cache@v1
|
41 |
- name: "Set up Python"
|
42 |
uses: actions/setup-python@v4
|
43 |
with:
|
|
|
32 |
|
33 |
steps:
|
34 |
- uses: actions/checkout@v3
|
35 |
+
- name: "Cache Julia"
|
36 |
+
uses: julia-actions/cache@v1
|
37 |
- name: "Set up Julia"
|
38 |
uses: julia-actions/setup-julia@v1
|
39 |
with:
|
40 |
version: ${{ matrix.julia-version }}
|
|
|
|
|
41 |
- name: "Set up Python"
|
42 |
uses: actions/setup-python@v4
|
43 |
with:
|