Bug 1497162 Pin pip version until pip/pipenv bug is fixed r=jlorenzo

pip 18.0.1 and recent pipenv don't work together. Until a new pipenv is released, this is a workaround.

Differential Revision: https://phabricator.services.mozilla.com/D7991

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Simon Fraser 2018-10-08 12:10:34 +00:00
parent 68b88d754b
commit 6d21f86b0a

View File

@ -116,6 +116,9 @@ fi
clone_repo
${PIP} install pipenv
# Bug 1497162
# Can be removed when https://github.com/pypa/pipenv/issues/2924 is released
${PIP} install --user pip==18.0
update_pipfile "${PIPFILE_DIRECTORY}"
echo "INFO: diffing old/new Pipfile.lock into ${DIFF_ARTIFACT}"