Tools: build-ci: use python -m pip for easier pip version management

This commit is contained in:
Pierre Kancir 2020-09-03 10:01:16 +02:00 committed by Peter Barker
parent 7648413f8c
commit 11417ac3a7

View File

@ -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"