Skip to content

Commit

Permalink
Merge pull request #108 from ESGF/retire_mambaforge
Browse files Browse the repository at this point in the history
retire Mambaforge
  • Loading branch information
valeriupredoi authored Oct 22, 2024
2 parents d14e6f8 + 38ed974 commit 5b99cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: esgf-pyclient
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
miniforge-version: "latest"
miniforge-variant: Mambaforge
use-mamba: true
- run: conda --version
- run: python -V
Expand Down

0 comments on commit 5b99cdd

Please sign in to comment.