mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tools: build-ci: use python -m pip for easier pip version management
This commit is contained in:
parent
7648413f8c
commit
11417ac3a7
@ -47,7 +47,7 @@ function run_autotest() {
|
||||
popd
|
||||
mavproxy_installed=1
|
||||
# now uninstall the version of pymavlink pulled in by MAVProxy deps:
|
||||
pip uninstall -y pymavlink
|
||||
python -m pip uninstall -y pymavlink
|
||||
fi
|
||||
if [ $pymavlink_installed -eq 0 ]; then
|
||||
echo "Installing pymavlink"
|
||||
|
Loading…
Reference in New Issue
Block a user