Skip to content

Commit

Permalink
Upgrade pip before using it
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Jun 11, 2024
1 parent 694396e commit 40488d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daily-tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40488d6

Please sign in to comment.