Merge branch 'cau/docling-parse-init' of github.com:DS4SD/docling into cau/docling-parse-init

This commit is contained in:
Christoph Auer 2024-09-18 16:53:36 +02:00
commit 1b4c80acff

View File

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