X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;fp=shell%2Fpython-tools-install.sh;h=660d5f26b353227d978fe663fd83ba706fdff5b1;hb=924a493c00b6ed1da04ce8c31f130c3fe45ac753;hp=1f5beec053c15fb5e9504329078c763bea650277;hpb=c53e11db14ab7abede74c74801bec9ca381c8cc6;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 1f5beec0..660d5f26 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -56,6 +56,6 @@ EOF python3 -m venv ~/.local python3 -m pip install --user --quiet --upgrade pip python3 -m pip install --user --quiet --upgrade setuptools - python3 -m pip install --user --quiet --upgrade -r "$requirements_file" + python3 -m pip install --user --quiet --upgrade --upgrade-strategy eager -r "$requirements_file" rm -rf "$requirements_file" fi