Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Aug 30, 2020
1 parent b2463e4 commit 2ee0154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2ee0154

Please sign in to comment.