Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 2edc5f0

Browse files
authored
Use the latest pip, not a pinned version (#1367)
1 parent bb9538e commit 2edc5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ deployment-requirements:
122122
chmod a+r requirements.txt
123123

124124
install:
125-
pip install -U pip==19.3.1
125+
pip install -U pip
126126
pip install -U pip-tools
127127
pip-sync requirements.txt
128128

0 commit comments

Comments
 (0)