Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Updated venv-dependencies.sh to fix issue #1835 #1837

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion util/venv-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ source "$1/bin/activate"

# Below this line, we are only installing into the virtualenv at "$1"

our_pip_install --upgrade pip
our_pip_install --upgrade 'pip < 21.0'

# The pip we want should be in our path now. Make sure we use it.
hash -r
Expand Down