Skip to content

Commit daf9c20

Browse files
committed
Actions: Fix "defaults" warning:
``` prepare-nonhindcast-cache The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'. ```
1 parent 05364cc commit daf9c20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
python-version: ${{ env.PYTHON_VER }}
7676
activate-environment: TESTconda
7777
use-only-tar-bz2: false
78+
conda-remove-defaults: true
7879

7980
- name: Create MHKiT Conda environment
8081
shell: bash -l {0}

0 commit comments

Comments
 (0)