mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
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:
parent
68b88d754b
commit
6d21f86b0a
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user