Skip to content

Commit 4b2b92f

Browse files
committed
got curious and trying to fix mamba again
1 parent 8b5b4dc commit 4b2b92f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
- uses: conda-incubator/setup-miniconda@v2
3232
with:
3333
# mamba-version: "*" # activate this to build with mamba.
34-
# channels: conda-forge, defaults # These need to be specified to use mamba
35-
# channel-priority: true
34+
python-version: ${{ matrix.python-version }}
35+
miniforge-variant: Mambaforge
36+
channels: conda-forge, defaults # These need to be specified to use mamba
37+
channel-priority: true
3638
environment-file: ci/environment-py${{ matrix.python-version }}.yml
3739

3840
activate-environment: test_env_cmocean

0 commit comments

Comments
 (0)