mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
Adjust CI examples path
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
40bb84d2de
commit
9d15f4d5bf
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
poetry run pytest -v tests
|
||||
- name: Run examples
|
||||
run: |
|
||||
for file in examples/*.py; do
|
||||
for file in docs/examples/*.py; do
|
||||
# Skip batch_convert.py
|
||||
if [[ "$(basename "$file")" == "batch_convert.py" ]]; then
|
||||
echo "Skipping $file"
|
||||
|
Loading…
Reference in New Issue
Block a user