There was an error while loading. Please reload this page.
1 parent a76ef5b commit a7e60c3Copy full SHA for a7e60c3
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -31,9 +31,10 @@ jobs:
31
auto-activate-base: true
32
show-channel-urls: true
33
auto-update-conda: true
34
+ conda-remove-defaults: true
35
36
- name: Create all conda envs
37
shell: bash -l {0}
38
run: |
- mamba env create -f envs/env_runner.yaml
39
- mamba env create -f envs/nf-core.yaml
+ conda env create -f envs/env_runner.yaml
40
+ conda env create -f envs/nf-core.yaml
0 commit comments