Skip to content

Commit

Permalink
Fix base path for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Oct 24, 2023
1 parent 216457c commit 51a6b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configfile: "config/targets.yaml"

include: "rules/common.smk"

BASE_PATH = Path(".").resolve()
BASE_PATH = Path(workflow.basedir).parent.resolve()

# Workflow version
__version__ = "1.0.0"
Expand Down

0 comments on commit 51a6b28

Please sign in to comment.