From bf892f6bccf1d2ed58940fc0b088794d69b2b9e5 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 27 Jun 2024 20:55:15 -0700 Subject: [PATCH] uv: don't exit if update fails (#32859) dont exit if fails old-commit-hash: 66e1810c0de88f4b927b7a46d12ba96304052ace --- tools/install_python_dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/install_python_dependencies.sh b/tools/install_python_dependencies.sh index 4e37d1347f..276de58db7 100755 --- a/tools/install_python_dependencies.sh +++ b/tools/install_python_dependencies.sh @@ -19,7 +19,6 @@ function update_uv() { fi done echo "Failed to update uv 5 times!" - exit 1 } if ! command -v "uv" > /dev/null 2>&1; then