Skip to content

Commit

Permalink
Fix workflow file error
Browse files Browse the repository at this point in the history
  • Loading branch information
etpeterson committed Nov 3, 2023
1 parent 2e969e5 commit 8b6366f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
python -m pytest -m slow --saveFileName test_output.csv --SNR 10 --fitCount 10 --saveDurationFileName test_duration.csv
- name: Generate figures
run: Rscript --vanilla tests/IVIMmodels/unit_tests/analyze.r test_output.csv test_duration.csv
- name: Upload figures
with:
name: code-coverage-report
path: |
Expand Down

0 comments on commit 8b6366f

Please sign in to comment.