CI: run deps-test with OCR extra so symlink rule fires

This commit is contained in:
Robert Sachunsky 2025-10-07 00:54:25 +02:00
parent 59a19a169d
commit f700aaf371

View file

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