add clear flag to replace the virtual env in the bambuddy update script (#13816)

This commit is contained in:
Abbas Egbeyemi
2026-04-17 19:28:27 +01:00
committed by GitHub
parent 8656c94f6c
commit 501ea61d2e

View File

@@ -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"