From 40488d688f50bc4c3464c0e0bb12cf797f71aebc Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:01:23 +0200 Subject: [PATCH] Upgrade pip before using it --- daily-tags.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daily-tags.sh b/daily-tags.sh index 98f27c11..43c753fc 100755 --- a/daily-tags.sh +++ b/daily-tags.sh @@ -67,6 +67,8 @@ case "$PYTHON_VERSION" in 3) PIP=pip3 PYTHON=python3 ;; esac +# Upgrade pip +$PIP install --user --upgrade pip # Install the latest release if ALIBUILD_SLUG is not provided $PIP install --user --upgrade "${ALIBUILD_SLUG:+git+https://github.com/}${ALIBUILD_SLUG:-alibuild}" aliBuild analytics off