From 4f8270a4dde25ae219b4ba8e17eb0ffbfd4fcbda Mon Sep 17 00:00:00 2001 From: dgw Date: Fri, 7 Jun 2024 23:19:19 -0500 Subject: [PATCH] Makefile: develop target shouldn't auto-upgrade pip --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c0d79c8..63629f9 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ qa: quality pylint pyroma .PHONY: develop build develop: - python -m pip install -U pip python -m pip install -U -r dev-requirements.txt python -m pip install -e .