Skip to content

Commit a7e60c3

Browse files
committed
use conda
1 parent a76ef5b commit a7e60c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131
auto-activate-base: true
3232
show-channel-urls: true
3333
auto-update-conda: true
34+
conda-remove-defaults: true
3435

3536
- name: Create all conda envs
3637
shell: bash -l {0}
3738
run: |
38-
mamba env create -f envs/env_runner.yaml
39-
mamba env create -f envs/nf-core.yaml
39+
conda env create -f envs/env_runner.yaml
40+
conda env create -f envs/nf-core.yaml

0 commit comments

Comments
 (0)