1 parent 175d0d6 commit c78e75dCopy full SHA for c78e75d
1 file changed
.github/workflows/main.yml
@@ -47,11 +47,16 @@ jobs:
47
pip install snakemake
48
pip install pulp==2.7.0
49
50
+ - name: Install Apptainer
51
+ run: |
52
+ sudo apt-get update
53
+ sudo apt-get install -y apptainer
54
+
55
- name: Run test pipeline
56
run: |
57
snakemake --cores 1 \
58
--configfile tests/config/test_config.yaml \
- --use-docker \
59
+ --use-singularity \
60
--printshellcmds \
61
--reason \
62
all
0 commit comments