X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpip-install.sh;h=9770d66566915ec805267cc2bf90b27438a6117c;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=b2aacfe87a42ddcfe1c66a8094797fc61869790a;hpb=b6009699d2a67fb359099acfb446eb3d5a5ec138;p=releng%2Fglobal-jjb.git diff --git a/shell/pip-install.sh b/shell/pip-install.sh index b2aacfe8..9770d665 100644 --- a/shell/pip-install.sh +++ b/shell/pip-install.sh @@ -24,7 +24,7 @@ set -e -o pipefail virtualenv "/tmp/v/${PIP_PACKAGES%% *}" # shellcheck source=/tmp/v/venv/bin/activate disable=SC1091 source "/tmp/v/${PIP_PACKAGES%% *}/bin/activate" -pip install --quiet --upgrade pip +pip install --quiet --upgrade "pip==9.0.3" setuptools pip install --quiet --upgrade pipdeptree # PIP_PACKAGES needs to be passed through as a space separated list of packages