Skip to content

Commit

Permalink
Update venv-dependencies.sh
Browse files Browse the repository at this point in the history
Updated file to fix issue StreisandEffect#1835
  • Loading branch information
Vista2003 committed Mar 10, 2021
1 parent af5eb7d commit 8ce4549
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8ce4549

Please sign in to comment.