Browse Source

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

c415-sdk
Pierre Kancir 4 years ago committed by Peter Barker
parent
commit
11417ac3a7
  1. 2
      Tools/scripts/build_ci.sh

2
Tools/scripts/build_ci.sh

@ -47,7 +47,7 @@ function run_autotest() { @@ -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…
Cancel
Save