1
0
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:
Ross McFarland
2018-04-20 12:45:53 -07:00
parent f86c06d304
commit 4f577bbcab

View File

@ -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