Tools: build_ci: use /tmp/pip-cache for cache

This commit is contained in:
Pierre Kancir 2024-11-25 15:14:32 +01:00 committed by Peter Barker
parent 37c59e224e
commit 5ca1e48040
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function install_mavproxy() {
popd
mavproxy_installed=1
# 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
}