Skip to content

Commit ed3d9d1

Browse files
authored
Remove explicit Conda environment creation step, add use-mamba: true
Removed the step to create the Conda environment using mamba.
1 parent 518115e commit ed3d9d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/snakemake_run.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ jobs:
2020
activate-environment: scraps_conda
2121
environment-file: scraps_conda.yml
2222
auto-activate-base: false
23-
24-
- name: Create Conda Environment
25-
shell: bash -el {0}
26-
run: mamba env create -f scraps_conda.yml
23+
use-mamba: true
2724

2825
- name: Run Snakemake
2926
shell: bash -el {0}

0 commit comments

Comments
 (0)