mirror of https://github.com/explosion/spaCy.git
Fix makefile
This commit is contained in:
parent
b2463e4d04
commit
2ee0154bd0
1
Makefile
1
Makefile
|
@ -45,6 +45,7 @@ wheelhouse/pytest-%.whl : $(VENV)/bin/pex
|
||||||
$(VENV)/bin/pex :
|
$(VENV)/bin/pex :
|
||||||
python$(PYVER) -m venv $(VENV)
|
python$(PYVER) -m venv $(VENV)
|
||||||
$(VENV)/bin/pip install -U pip setuptools pex wheel
|
$(VENV)/bin/pip install -U pip setuptools pex wheel
|
||||||
|
$(VENV)/bin/pip install numpy
|
||||||
|
|
||||||
.PHONY : clean test
|
.PHONY : clean test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue