mirror of https://github.com/ArduPilot/ardupilot
Tools: build_ci: use /tmp/pip-cache for cache
This commit is contained in:
parent
37c59e224e
commit
5ca1e48040
|
@ -62,7 +62,7 @@ function install_mavproxy() {
|
||||||
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:
|
||||||
python3 -m pip uninstall -y pymavlink
|
python3 -m pip uninstall -y pymavlink --cache-dir /tmp/pip-cache
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue