Skip to content

Commit

Permalink
action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Feb 14, 2024
1 parent 9d9c68c commit 9520207
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/snakebids_action_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
snakebids @ git+https://github.com/khanlab/snakebids#8acbd9f
typing-extensions = ">=3.10.0"
attrs = ">=21.2.0"
boutiques = "^0.5.25"
more-itertools = ">=8"
pvandyken-deprecated = "0.0.4"
4 changes: 3 additions & 1 deletion .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/snakemake_action_requirements.txt"
stagein: "pip install --no-deps -r .github/snakemake_action_requirements.txt"
snakefile: workflow/Snakefile
args: "--lint"

Expand All @@ -44,12 +44,14 @@ jobs:
uses: snakemake/[email protected]
with:
directory: .test
stagein: "pip install --no-deps -r .github/snakemake_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/snakemake_action_requirements.txt"
snakefile: workflow/Snakefile
args: "--report report.zip"

0 comments on commit 9520207

Please sign in to comment.