Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
3f56f6d
1
Parent(s):
f167015
Ensure that conda test uses conda's Julia
Browse files- .github/workflows/CI.yml +0 -15
.github/workflows/CI.yml
CHANGED
@@ -91,21 +91,6 @@ jobs:
|
|
91 |
|
92 |
steps:
|
93 |
- uses: actions/checkout@v3
|
94 |
-
- name: "Set up Julia"
|
95 |
-
uses: julia-actions/setup-julia@v1
|
96 |
-
with:
|
97 |
-
version: ${{ matrix.julia-version }}
|
98 |
-
- name: "Cache dependencies"
|
99 |
-
uses: actions/cache@v1 # Thanks FromFile.jl
|
100 |
-
env:
|
101 |
-
cache-name: cache-artifacts
|
102 |
-
with:
|
103 |
-
path: ~/.julia/artifacts
|
104 |
-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
|
105 |
-
restore-keys: |
|
106 |
-
${{ runner.os }}-build-${{ env.cache-name }}-
|
107 |
-
${{ runner.os }}-build-
|
108 |
-
${{ runner.os }}-
|
109 |
- name: "Set up Conda"
|
110 |
uses: conda-incubator/setup-miniconda@v2
|
111 |
with:
|
|
|
91 |
|
92 |
steps:
|
93 |
- uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
- name: "Set up Conda"
|
95 |
uses: conda-incubator/setup-miniconda@v2
|
96 |
with:
|