mirror of https://github.com/ArduPilot/ardupilot
Tools: update pip as part of install to prevent issues
This commit is contained in:
parent
17b1a4c387
commit
69a42cafb3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue