Skip to content

Commit 06caf8e

Browse files
committed
tried to fix test.yaml for ci errors
1 parent 315b013 commit 06caf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
with:
3333
mamba-version: "*" # activate this to build with mamba.
3434
channels: conda-forge, defaults # These need to be specified to use mamba
35-
# channel-priority: true
35+
channel-priority: true
3636
environment-file: ci/environment-py${{ matrix.python-version }}.yml
3737

38-
activate-environment: test_env_cf-pandas
38+
activate-environment: test_env_cmocean
3939
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
4040
- name: Set up conda environment
4141
shell: bash -l {0}

0 commit comments

Comments
 (0)