Fix makefile

This commit is contained in:
Matthew Honnibal 2020-08-30 17:11:24 +02:00
parent b2463e4d04
commit 2ee0154bd0

View File

@ -45,6 +45,7 @@ wheelhouse/pytest-%.whl : $(VENV)/bin/pex
$(VENV)/bin/pex :
python$(PYVER) -m venv $(VENV)
$(VENV)/bin/pip install -U pip setuptools pex wheel
$(VENV)/bin/pip install numpy
.PHONY : clean test