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 23535998f7
commit 18bbdb7c48
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ endif
deps-test: $(BIN_MODELNAME) $(SEG_MODELNAME)
$(PIP) install -r requirements-test.txt
ifeq (OCR,$(findstring OCR, $(EXTRAS)))
ln -s $(OCR_MODELNAME)/* $(SEG_MODELNAME)/
ln -rs $(OCR_MODELNAME)/* $(SEG_MODELNAME)/
endif
smoke-test: TMPDIR != mktemp -d