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 8b5b4dc commit 4b2b92fCopy full SHA for 4b2b92f
.github/workflows/test.yaml
@@ -31,8 +31,10 @@ jobs:
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
+ python-version: ${{ matrix.python-version }}
+ miniforge-variant: Mambaforge
36
+ channels: conda-forge, defaults # These need to be specified to use mamba
37
+ channel-priority: true
38
environment-file: ci/environment-py${{ matrix.python-version }}.yml
39
40
activate-environment: test_env_cmocean
0 commit comments