Skip to content

Commit

Permalink
Tools: build_ci: use /tmp/pip-cache for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr authored and peterbarker committed Nov 26, 2024
1 parent 37c59e2 commit 5ca1e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 5ca1e48

Please sign in to comment.