exclude more examples from CI

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
Panos Vagenas 2024-11-04 12:38:19 +01:00
parent e9222b656e
commit 0f6c98feea
2 changed files with 2 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
run: | run: |
for file in docs/examples/*.py; do for file in docs/examples/*.py; do
# Skip batch_convert.py # Skip batch_convert.py
if [[ "$(basename "$file")" == "batch_convert.py" ]]; then if [[ "$(basename "$file")" =~ ^(batch_convert|minimal|export_multimodal|custom_convert|develop_picture_enrichment).py ]]; then
echo "Skipping $file" echo "Skipping $file"
continue continue
fi fi

View File

@ -106,8 +106,7 @@ def main():
Path("./tests/data/2206.01062.pdf"), Path("./tests/data/2206.01062.pdf"),
Path("./tests/data/2203.01017v2.pdf"), Path("./tests/data/2203.01017v2.pdf"),
Path("./tests/data/2305.03393v1.pdf"), Path("./tests/data/2305.03393v1.pdf"),
Path("./tests/data/redp5110.pdf"), Path("./tests/data/redp5110_sampled.pdf"),
Path("./tests/data/redp5695.pdf"),
] ]
# buf = BytesIO(Path("./test/data/2206.01062.pdf").open("rb").read()) # buf = BytesIO(Path("./test/data/2206.01062.pdf").open("rb").read())