diff options
author | Markos Chandras <mchandras@suse.de> | 2018-04-23 14:48:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-23 14:48:56 +0000 |
commit | b9ce25cd8076d548f42b0f896577789e502400ad (patch) | |
tree | 612874f3227f9b6d127e667f7b10a4c6f4710271 /xci/files | |
parent | 3af90a9c7ce7fcfa5799b135154a01e32faab56f (diff) | |
parent | 71d3c3750c89820c9e759b5f00b403a19836d77a (diff) |
Merge "xci: install-lib: Make sure pip is upgraded first"
Diffstat (limited to 'xci/files')
-rw-r--r-- | xci/files/install-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/files/install-lib.sh b/xci/files/install-lib.sh index 14acab1b..43e1213e 100644 --- a/xci/files/install-lib.sh +++ b/xci/files/install-lib.sh @@ -134,6 +134,7 @@ function install_ansible() { set -u # We are inside the virtualenv now so we should be good to use pip and python from it. + pip -q install --upgrade pip==9.0.3 # We need a version which supports the '-c' parameter pip -q install --upgrade -c $uc ara virtualenv pip setuptools ansible==$XCI_ANSIBLE_PIP_VERSION ansible-lint==3.4.21 ara_location=$(python -c "import os,ara; print(os.path.dirname(ara.__file__))") |