Merge "ensure pip is updated in reproducer"

This commit is contained in:
Zuul 2019-02-21 22:51:33 +00:00 committed by Gerrit Code Review
commit bb558de32a
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,8 @@ install_bindep
# bindep.txt and installs
# dependencies listed in the file.
install_package_deps_via_bindep
# Ensure pip is updated
sudo pip install --upgrade pip
# Fail as early as possible if the docker
# group is not setup appropriately.