mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Include a >=10.0.1 for pip -U pip
This commit is contained in:
@ -19,7 +19,7 @@ if [ ! -d "$VENV_NAME" ]; then
|
||||
fi
|
||||
. "$VENV_NAME/bin/activate"
|
||||
|
||||
pip install -U pip
|
||||
pip install -U 'pip>=10.0.1'
|
||||
pip install -r requirements.txt
|
||||
|
||||
if [ "$ENV" != "production" ]; then
|
||||
|
Reference in New Issue
Block a user