Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 17, 2024
1 parent 3b48a25 commit 75548b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
# There are no GPUs on the gh worker, so we disable it in the config
prerun_cmd: "sed -i 's/gpus: 1/gpus: 0/' ./example/config.yaml"
pipeline_cmd: |
python -m snakemake -j 2 --directory ${{ github.workspace }}/example \
--snakefile ${{ github.workspace }}/pipelines/run_training.snakefile --show-failed-logs -F
python -m snakemake -j 2 --directory ./example \
--snakefile ./pipelines/run_training.snakefile --show-failed-logs -F

0 comments on commit 75548b4

Please sign in to comment.