Skip to content

Commit

Permalink
fix broken pytest invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 9, 2024
1 parent 9f2bd19 commit 4a23431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_benchmark_collection_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
AMICI_PARALLEL_COMPILE: ""
run: |
cd tests/benchmark-models && pytest \
--durations=10
--durations=10 \
--cov=amici \
--cov-report=xml:"coverage_py.xml" \
--cov-append \
Expand Down

0 comments on commit 4a23431

Please sign in to comment.