Skip to content

Change pipenv builder to try a non-destructive install

Igor Frenkel requested to merge 268038-pipenv-default-python-version into master

What does this MR do?

This MR modifies the pipenv builder to do a pipenv install that does not re-install the virtualenv by not suppying a --python argument. If this doesn't work it reverts to old functionality.

What are the relevant issue numbers?

gitlab-org/gitlab#268038 (closed)

Does this MR meet the acceptance criteria?

Edited by Igor Frenkel

Merge request reports