updated the output of error messages

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter Staar 2024-09-18 14:18:18 +02:00
parent 1b1af3d68c
commit cf8cb7db56

View File

@ -18,7 +18,7 @@ jobs:
run: poetry install --all-extras run: poetry install --all-extras
- name: Testing - name: Testing
run: | run: |
poetry run pytest -v tests poetry run pytest -vvv -s tests
- name: Run examples - name: Run examples
run: | run: |
for file in examples/*.py; do for file in examples/*.py; do