Skip to content
Snippets Groups Projects
Commit 3455a363 authored by Bob Mottram's avatar Bob Mottram
Browse files

pin pip to specific version to prevent errors

parent 3b361286
No related branches found
No related tags found
No related merge requests found
......@@ -758,7 +758,7 @@ function install_matrix {
python-virtualenv sqlite unzip \
zlib1g zlib1g-dev
pip install --upgrade pip
pip install --upgrade pip==9.0.3
pip install --upgrade python-ldap
pip install --upgrade lxml
pip install --upgrade --force "phonenumbers>=8.2.0"
......
......@@ -177,7 +177,7 @@ function install_turn {
python-virtualenv sqlite unzip \
zlib1g zlib1g-dev
pip install --upgrade pip
pip install --upgrade pip==9.0.3
pip install --upgrade python-ldap
pip install --upgrade lxml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment