Skip to content

Commit 7096576

Browse files
set remove defaults channel to true
1 parent aabd6ca commit 7096576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
channel-priority: true
172172
activate-environment: elephant
173173
environment-file: requirements/environment-tests.yml
174+
conda-remove-defaults: true
174175

175176
- name: Install dependencies
176177
shell: bash -l {0}
@@ -392,6 +393,7 @@ jobs:
392393
channel-priority: true
393394
activate-environment: elephant
394395
environment-file: requirements/environment-tests.yml
396+
conda-remove-defaults: true
395397

396398
- name: Install dependencies
397399
shell: bash -el {0}
@@ -462,6 +464,7 @@ jobs:
462464
mamba-version: "*"
463465
activate-environment: elephant
464466
environment-file: requirements/environment.yml
467+
conda-remove-defaults: true
465468

466469
- name: Install dependencies
467470
shell: bash -el {0} # enables conda incubator to activate environment

0 commit comments

Comments
 (0)