From fd38b225c0be7ed05ff38f7f133196241f0f091c Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Mon, 8 Jul 2024 12:51:41 -0400 Subject: [PATCH] temp: pin make requirements pip version to the once GoCD runs to prevent install erros (#4172) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f12310e0016..4110d473fa3 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ requirements.js: $(NODE_BIN)/bower install --allow-root requirements: requirements.js + pip3 install -U pip===21.2.1 pip3 install -r requirements/pip_tools.txt pip3 install -r requirements/dev.txt --exists-action w