Skip to content

Commit

Permalink
temp: pin make requirements pip version to the once GoCD runs to prev…
Browse files Browse the repository at this point in the history
…ent install erros (#4172)
  • Loading branch information
christopappas committed Jul 8, 2024
1 parent cf1966b commit fd38b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fd38b22

Please sign in to comment.