Attempting to update pip was resulting in job failures because the wheel
wasn't present in the local pip cache.
Since we pinned pip to 10.0.0 in
https://github.com/ceph/ceph-build/pull/1007, we don't need to update
pip immediately after.
Signed-off-by: David Galloway <dgallowa@redhat.com>
# circumvents the problem
$VENV/easy_install --upgrade pip
$VENV/pip install "pip==10.0.0"
- $VENV/pip install --upgrade --exists-action=i --find-links="file://$PIP_SDIST_INDEX" --no-index pip
echo "Updating setuptools"
pip_download setuptools
# circumvents the problem
$VENV/easy_install --upgrade pip
$VENV/pip install "pip==10.0.0"
- $VENV/pip install --upgrade --exists-action=i --find-links="file://$PIP_SDIST_INDEX" --no-index pip
echo "Updating setuptools"
pip_download setuptools