Skip to content

Commit 9c23357

Browse files
committed
Update CI
1 parent 6444632 commit 9c23357

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Setup Mambaforge
21+
- name: Setup Miniforge
2222
uses: conda-incubator/setup-miniconda@v3
2323
with:
24-
miniforge-variant: Mambaforge
24+
miniforge-variant: Miniforge3
2525
miniforge-version: latest
2626
activate-environment: climateset
2727
use-mamba: true
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333

3434
- name: Cache Conda env
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: ${{ env.CONDA }}/envs
3838
key:

.github/workflows/precommit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Setup Mambaforge
21+
- name: Setup Miniforge
2222
uses: conda-incubator/setup-miniconda@v3
2323
with:
24-
miniforge-variant: Mambaforge
24+
miniforge-variant: Miniforge3
2525
miniforge-version: latest
2626
activate-environment: climateset
2727
use-mamba: true
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333

3434
- name: Cache Conda env
35-
uses: actions/cache@v3
35+
uses: actions/cache@v4
3636
with:
3737
path: ${{ env.CONDA }}/envs
3838
key:

0 commit comments

Comments
 (0)