Skip to content

Commit 900fb44

Browse files
committed
Pin version of pip; see pypa/pip#7629
1 parent 60a96f2 commit 900fb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/conf/install.sh.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cp $CONF/nose2.cfg .
99

1010
python3 -mvirtualenv --python=`which python3` ./virtualenv
1111
source ./virtualenv/bin/activate
12-
pip install -U pip
12+
pip install -U 'pip<20'
1313

1414
pip install --requirement ./requirements.txt --no-cache --src ./src --find-links file://$WHEELS
1515
pip freeze > freeze.txt

0 commit comments

Comments
 (0)