Skip to content

Commit

Permalink
add req file for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Feb 14, 2024
1 parent 0209e91 commit 9d9c68c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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 snakebids"
stagein: "pip install --no-deps -r ../.github/snakemake_action_requirements.txt"
snakefile: workflow/Snakefile
args: "--lint"

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = []
python = ">=3.11,<3.13"
snakemake = "<8.0.0"
pulp = "2.7.0"
snakebids = {git = "https://github.com/khanlab/snakebids", rev = "main"}
snakebids = {git = "https://github.com/khanlab/snakebids", rev = "8acbd9f"}

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 9d9c68c

Please sign in to comment.