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

dont exit if fails
old-commit-hash: 66e1810c0d
pull/33029/head
Maxime Desroches 12 months ago committed by GitHub
parent bc046a3074
commit bf892f6bcc
  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