CI: add diagnostic message for model symlink

This commit is contained in:
Robert Sachunsky 2025-10-08 12:17:53 +02:00
parent ca72a095ca
commit e5b5264568

View file

@ -66,6 +66,7 @@ jobs:
python -m pip install --upgrade pip
make install-dev EXTRAS=OCR,plotting
make deps-test EXTRAS=OCR,plotting
ls -l models_*
- name: Test with pytest
run: make coverage PYTEST_ARGS="-vv --junitxml=pytest.xml"
- name: Get coverage results