Skip to content

Commit 73b77d9

Browse files
authored
Activate conda environment in workflow
Activate conda environment before running Snakemake.
1 parent 3176357 commit 73b77d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/snakemake_run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121

2222
- shell: bash -el {0}
2323
run: |
24+
conda activate scraps_conda
2425
snakemake -npr --configfile config.yaml
2526

0 commit comments

Comments
 (0)