X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpip-install.sh;h=9770d66566915ec805267cc2bf90b27438a6117c;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=c75005d46c385b6d1ec45286bcf96f73c3d1f604;hpb=7eb6004ea840df565c6df3620a71668a58f3df0a;p=releng%2Fglobal-jjb.git diff --git a/shell/pip-install.sh b/shell/pip-install.sh index c75005d4..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 setuptools +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