From 501ea61d2eba57f7a976dd50aae692687c1ba1dc Mon Sep 17 00:00:00 2001 From: Abbas Egbeyemi Date: Fri, 17 Apr 2026 19:28:27 +0100 Subject: [PATCH] add clear flag to replace the virtual env in the bambuddy update script (#13816) --- ct/bambuddy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/bambuddy.sh b/ct/bambuddy.sh index 4ddf75c6a..5b115b11d 100644 --- a/ct/bambuddy.sh +++ b/ct/bambuddy.sh @@ -48,7 +48,7 @@ function update_script() { msg_info "Updating Python Dependencies" cd /opt/bambuddy - $STD uv venv + $STD uv venv --clear $STD uv pip install -r requirements.txt msg_ok "Updated Python Dependencies"