We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06caf8e commit 8b5b4dcCopy full SHA for 8b5b4dc
.github/workflows/test.yaml
@@ -30,9 +30,9 @@ jobs:
30
key: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('ci/environment-py${{ matrix.python-version }}.yml') }}
31
- uses: conda-incubator/setup-miniconda@v2
32
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
+ # mamba-version: "*" # activate this to build with mamba.
+ # channels: conda-forge, defaults # These need to be specified to use mamba
+ # channel-priority: true
36
environment-file: ci/environment-py${{ matrix.python-version }}.yml
37
38
activate-environment: test_env_cmocean
0 commit comments