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 315b013 commit 06caf8eCopy full SHA for 06caf8e
.github/workflows/test.yaml
@@ -32,10 +32,10 @@ jobs:
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
+ channel-priority: true
36
environment-file: ci/environment-py${{ matrix.python-version }}.yml
37
38
- activate-environment: test_env_cf-pandas
+ activate-environment: test_env_cmocean
39
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
40
- name: Set up conda environment
41
shell: bash -l {0}
0 commit comments