We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a96f2 commit 900fb44Copy full SHA for 900fb44
docker/conf/install.sh.template
@@ -9,7 +9,7 @@ cp $CONF/nose2.cfg .
9
10
python3 -mvirtualenv --python=`which python3` ./virtualenv
11
source ./virtualenv/bin/activate
12
-pip install -U pip
+pip install -U 'pip<20'
13
14
pip install --requirement ./requirements.txt --no-cache --src ./src --find-links file://$WHEELS
15
pip freeze > freeze.txt
0 commit comments