File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
21
- - name : Setup Mambaforge
21
+ - name : Setup Miniforge
22
22
uses : conda-incubator/setup-miniconda@v3
23
23
with :
24
- miniforge-variant : Mambaforge
24
+ miniforge-variant : Miniforge3
25
25
miniforge-version : latest
26
26
activate-environment : climateset
27
27
use-mamba : true
32
32
shell : bash
33
33
34
34
- name : Cache Conda env
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ${{ env.CONDA }}/envs
38
38
key :
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
21
- - name : Setup Mambaforge
21
+ - name : Setup Miniforge
22
22
uses : conda-incubator/setup-miniconda@v3
23
23
with :
24
- miniforge-variant : Mambaforge
24
+ miniforge-variant : Miniforge3
25
25
miniforge-version : latest
26
26
activate-environment : climateset
27
27
use-mamba : true
32
32
shell : bash
33
33
34
34
- name : Cache Conda env
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : ${{ env.CONDA }}/envs
38
38
key :
You can’t perform that action at this time.
0 commit comments