Skip to content

Commit

Permalink
Switch from Mambaforge to Miniforge
Browse files Browse the repository at this point in the history
  • Loading branch information
lahtinep committed Sep 10, 2024
1 parent 9483996 commit 6671a6b
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 @@ -30,12 +30,12 @@ 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 }}
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
mamba-version: "*"
channels: conda-forge

- name: Install unstable dependencies
if: matrix.experimental == true
Expand Down

0 comments on commit 6671a6b

Please sign in to comment.