mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
make deps-test should not depend on the models
This commit is contained in:
parent
b6c7283b4d
commit
2c211095d7
2 changed files with 8 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -70,7 +70,7 @@ install:
|
|||
install-dev:
|
||||
$(PIP) install -e .$(and $(EXTRAS),[$(EXTRAS)])
|
||||
|
||||
deps-test: $(EYNOLLAH_MODELS_ZIP)
|
||||
deps-test:
|
||||
$(PIP) install -r requirements-test.txt
|
||||
|
||||
smoke-test: TMPDIR != mktemp -d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue