From 2ee0154bd03d5c657b832e531dc62e5263e1fb2a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 30 Aug 2020 17:11:24 +0200 Subject: [PATCH] Fix makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ffb07d5d1..4f5eecc4b 100644 --- a/Makefile +++ b/Makefile @@ -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