mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
updated the output of error messages
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
parent
1b1af3d68c
commit
cf8cb7db56
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user