Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin authored Jan 8, 2025
1 parent ffdc72b commit 3bc7f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: pip install pytest-github-actions-annotate-failures

- name: Run PyTest and Generate Coverage Report
# with the "set -o pipefail" the "pytest" exit code won't be supressed by "tee" command
# with the "set -o pipefail" the "pytest" exit code won't be suppressed by "tee" command
run: |
(set -o pipefail && pytest -n 4 -m "not cuda" --junitxml=pytest.xml \
--cov-report=term-missing:skip-covered --cov=mrpro | tee pytest-coverage.txt)
Expand Down

0 comments on commit 3bc7f71

Please sign in to comment.