Skip to content

Commit cc70723

Browse files
fix lite integration tests
1 parent be6abfe commit cc70723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_test-integrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ jobs:
116116
MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID: ${{ secrets.MINDEE_V2_SE_TESTS_SPLIT_MODEL_ID }}
117117
MINDEE_V2_SE_TESTS_OCR_MODEL_ID: ${{ secrets.MINDEE_V2_SE_TESTS_OCR_MODEL_ID }}
118118
run: |
119-
pytest -m integration
119+
pytest -m "integration and not pypdfium2 and not pillow"

0 commit comments

Comments
 (0)