Merge "Revert "Install requirements with pip update""

This commit is contained in:
Jenkins 2017-04-03 19:41:34 +00:00 committed by Gerrit Code Review
commit 4f46d61ff8
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ bootstrap () {
popd
fi
# Handle the case that pip is too old to use a cache-dir
pip install -U --no-cache-dir "${OPT_REQARGS[@]}"
pip install --no-cache-dir "${OPT_REQARGS[@]}"
popd
)
}