File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments