Tools: update pip as part of install to prevent issues

This commit is contained in:
Pierre Kancir 2023-08-23 00:15:40 +02:00 committed by Peter Barker
parent 17b1a4c387
commit 69a42cafb3
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ if [ ${RELEASE_CODENAME} == 'bionic' ]; then
fi
# try update setuptools and wheel before installing pip package that may need compilation
$PIP install $PIP_USER_ARGUMENT -U setuptools wheel
$PIP install $PIP_USER_ARGUMENT -U pip setuptools wheel
if [ "$GITHUB_ACTIONS" == "true" ]; then
PIP_USER_ARGUMENT+=" --progress-bar off"