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