Skip to content

Commit 5b99cdd

Browse files
Merge pull request #108 from ESGF/retire_mambaforge
retire Mambaforge
2 parents d14e6f8 + 38ed974 commit 5b99cdd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
30-
- uses: conda-incubator/setup-miniconda@v2
30+
- uses: conda-incubator/setup-miniconda@v3
3131
with:
3232
activate-environment: esgf-pyclient
3333
environment-file: environment.yml
3434
python-version: ${{ matrix.python-version }}
3535
miniforge-version: "latest"
36-
miniforge-variant: Mambaforge
3736
use-mamba: true
3837
- run: conda --version
3938
- run: python -V

0 commit comments

Comments
 (0)