Skip to content

Commit

Permalink
Merge pull request #2899 from pnuu/switch-to-miniforge
Browse files Browse the repository at this point in the history
Switch from Mambaforge to Miniforge
  • Loading branch information
mraspaud authored Sep 11, 2024
2 parents 3127f4a + 99697f7 commit 7261b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: ${{ matrix.python-version }}
activate-environment: test-environment
mamba-version: "*"
channels: conda-forge

- name: Set cache environment variables
shell: bash -l {0}
Expand Down

0 comments on commit 7261b14

Please sign in to comment.