Merge "Avoid storing cache in pip install for requirements image"

This commit is contained in:
Zuul 2020-07-24 05:33:36 +00:00 committed by Gerrit Code Review
commit a08b229441
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ egrep -v "(scipy|scikit-learn)" /upper-constraints.txt | split -l1
# This allows to work around such issues as
# https://github.com/lxc/pylxd/issues/308
if [ ! -z "${PIP_PACKAGES}" ]; then
pip install ${PIP_ARGS} -c /upper-constraints.txt ${PIP_PACKAGES}
pip install ${PIP_ARGS} -c /upper-constraints.txt --no-cache ${PIP_PACKAGES}
fi
# Build all dependencies in parallel. This is safe because we are