Skip to content

Commit

Permalink
Update test_pipeline.yml to include singularity flag instead of appta…
Browse files Browse the repository at this point in the history
…iner
  • Loading branch information
dhatribadri authored Jan 21, 2025
1 parent 4f27765 commit 06dbb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
source $CONDA/bin/activate
conda activate qcd_env_test
snakemake -s QCD.smk -p --use-conda --use-apptainer --conda-frontend conda --configfile .test/config/config.yaml --latency-wait 1000 --cores 4
snakemake -s QCD.smk -p --use-conda --use-singularity --conda-frontend conda --configfile .test/config/config.yaml --latency-wait 1000 --cores 4
# uses: snakemake/[email protected]
# with:
# directory: '.'
Expand Down

0 comments on commit 06dbb58

Please sign in to comment.