Skip to content

Commit 8b5b4dc

Browse files
committed
have to give up mamba for now
1 parent 06caf8e commit 8b5b4dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/environment-py${{ matrix.python-version }}.yml') }}
3131
- uses: conda-incubator/setup-miniconda@v2
3232
with:
33-
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
33+
# 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
3636
environment-file: ci/environment-py${{ matrix.python-version }}.yml
3737

3838
activate-environment: test_env_cmocean

0 commit comments

Comments
 (0)