Skip to content

Commit 3bb4441

Browse files
committed
Disable pytest capturing.
1 parent 6d35cc5 commit 3bb4441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration-quality-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
shell: bash
6262
- name: Test with Pytest
6363
run: |
64-
uv run python -W ignore -m pytest --doctest-modules --ignore=$CI_PACKAGE/examples --cov=$CI_PACKAGE $CI_PACKAGE
64+
uv run python -W ignore -m pytest -s --doctest-modules --ignore=$CI_PACKAGE/examples --cov=$CI_PACKAGE $CI_PACKAGE
6565
shell: bash
6666
- name: Upload Coverage to coveralls.io
6767
if: matrix.os == 'macOS-latest' && matrix.python-version == '3.13'

0 commit comments

Comments
 (0)