Skip to content

Commit

Permalink
remove singularity defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 9, 2020
1 parent 2bea671 commit 3c4992e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
container_mode: ["--use-conda","--use-singularity"]
container_mode: ["--use-conda","--use-singularity --singularity-prefix /home/runner/work/plague-phylogeography/plague-phylogeography/.snakemake/singularity/"]
# Don't cancel a matrix job if another job fails
fail-fast: false
timeout-minutes: 60
Expand Down
2 changes: 1 addition & 1 deletion profiles/gh-actions/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ restart-times: 2
max-jobs-per-second: 1
latency-wait: 5
use-singularity: False
singularity-prefix: /home/runner/work/plague-phylogeography/plague-phylogeography/.snakemake/singularity/
#singularity-prefix: /home/runner/work/plague-phylogeography/plague-phylogeography/.snakemake/singularity/
use-conda: False
conda-frontend: mamba
rerun-incomplete: True
Expand Down

0 comments on commit 3c4992e

Please sign in to comment.