Skip to content

Commit

Permalink
Pin version of pip; see pypa/pip#7629
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Jan 22, 2020
1 parent 60a96f2 commit 900fb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/conf/install.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cp $CONF/nose2.cfg .

python3 -mvirtualenv --python=`which python3` ./virtualenv
source ./virtualenv/bin/activate
pip install -U pip
pip install -U 'pip<20'

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

0 comments on commit 900fb44

Please sign in to comment.