test_run: require EYNOLLAH_MODELS to be defined in environ

This commit is contained in:
kba 2024-08-23 19:52:02 +02:00
parent d6a72709a1
commit d7a774ebd2
2 changed files with 3 additions and 2 deletions

View file

@ -43,7 +43,7 @@ install-dev:
pip install -e .
smoke-test:
eynollah -i tests/resources/kant_aufklaerung_1784_0020.tif -o . -m $(PWD)/models_eynollah
eynollah -i tests/resources/kant_aufklaerung_1784_0020.tif -o . -m $(EYNOLLAH_MODELS)
# Run unit tests
test: