From 523664c9662916e8f027006904804bbcccd89359 Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Fri, 5 Jul 2024 12:24:22 -0400 Subject: [PATCH] temp: pin make requirements pip version to the once GoCD runs to prevent install erros --- 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