We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15f5a2 commit 69ca5bfCopy full SHA for 69ca5bf
.github/workflows/test_apptainer.yml
@@ -26,7 +26,7 @@ jobs:
26
environment-file: .test/environment_apptainer.yaml
27
- name: Run test pipeline
28
shell: bash -el {0}
29
- run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm apptainer
+ run: snakemake --snakefile .test/Snakefile --configfile config/config.yaml .test/targets.yaml -c1 --sdm apptainer conda
30
- name: Pack logs
31
if: success() || failure()
32
0 commit comments