Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
last try - but will likely need to move to a non-docker version to get more than dry-run (singularity) working
  • Loading branch information
akhanf authored Feb 14, 2024
1 parent db372af commit 82925ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: snakemake/[email protected]
with:
directory: .
stagein: "pip install --no-deps -r .github/workflows/snakemake_action_requirements.txt"
stagein: "pip install --no-deps -r .github/snakebids_action_requirements.txt"
snakefile: workflow/Snakefile
args: "--lint"

Expand All @@ -44,14 +44,14 @@ jobs:
uses: snakemake/[email protected]
with:
directory: .test
stagein: "pip install --no-deps -r .github/workflows/snakemake_action_requirements.txt"
stagein: "pip install --no-deps -r .github/snakebids_action_requirements.txt"
snakefile: workflow/Snakefile
args: "--sdm apptainer --show-failed-logs --cores 1 --all-temp"

- name: Test report
uses: snakemake/[email protected]
with:
directory: .test
stagein: "pip install --no-deps -r .github/workflows/snakemake_action_requirements.txt"
stagein: "pip install --no-deps -r .github/snakebids_action_requirements.txt"
snakefile: workflow/Snakefile
args: "--report report.zip"

0 comments on commit 82925ab

Please sign in to comment.