Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

temp: pin make requirements pip version to the once GoCD runs to prev… #4172

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading