uv: don't exit if update fails (#32859)

dont exit if fails
pull/32861/head
Maxime Desroches 12 months ago committed by GitHub
parent 579b131a6e
commit 66e1810c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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

Loading…
Cancel
Save