mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -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
|
popd
|
||||||
mavproxy_installed=1
|
mavproxy_installed=1
|
||||||
# now uninstall the version of pymavlink pulled in by MAVProxy deps:
|
# now uninstall the version of pymavlink pulled in by MAVProxy deps:
|
||||||
pip uninstall -y pymavlink
|
python -m pip uninstall -y pymavlink
|
||||||
fi
|
fi
|
||||||
if [ $pymavlink_installed -eq 0 ]; then
|
if [ $pymavlink_installed -eq 0 ]; then
|
||||||
echo "Installing pymavlink"
|
echo "Installing pymavlink"
|
||||||
|
Loading…
Reference in New Issue
Block a user