add --clear to uv venv in update_script() to prevent interactive prompt (#13926)

This commit is contained in:
CanbiZ (MickLesk)
2026-04-22 09:25:29 +02:00
committed by GitHub
parent 54171b00e0
commit d044dea89e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ function update_script() {
msg_info "Updating Python Dependencies"
cd /opt/homelable/backend
$STD uv venv /opt/homelable/backend/.venv
$STD uv venv --clear /opt/homelable/backend/.venv
$STD uv pip install --python /opt/homelable/backend/.venv/bin/python -r requirements.txt
msg_ok "Updated Python Dependencies"