From 0785606a3e8f02c546b27e09d8115fca3e611db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Sat, 11 Nov 2023 11:07:42 -0800 Subject: [PATCH] Makefile does pip upgrade for making .venv --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c2ab1e8c..a0842653 100644 --- a/Makefile +++ b/Makefile @@ -57,5 +57,6 @@ venv: $(VENV) $(VENV): $(PYTHON) -m venv $@ + pip install --upgrade pip pip install pytest pip install -e .