Skip to content

Commit

Permalink
Update smoke-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed May 16, 2024
1 parent f818f00 commit fc95382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
Smoke-RunTraining:
uses: ./.github/workflows/run-pipeline.yml
with:
environment_file: ${{ github.workspace }}/deeprvat_env_no_gpu.yml
environment_file: ./deeprvat_env_no_gpu.yml
name: Smoke-RunTraining
pipeline_cmd: |
python -m snakemake -n -j 2 --directory ${{ github.workspace }}/example \
--snakefile ${{ github.workspace }}/pipelines/run_training.snakefile --show-failed-logs
python -m snakemake -n -j 2 --directory ./example \
--snakefile ./pipelines/run_training.snakefile --show-failed-logs

# Pipeline-Tests-RunTraining:
Expand Down

0 comments on commit fc95382

Please sign in to comment.