Merge pull request #383 from tumido/fix-pipenv\n\nhotfix: Pipenv version lock
\n\nUpstreamCommitID: d372878c8faad44faec1f238047e0a8258a2e5dc\nUpstreamCommitLink: d372878c8f\nUpstreamRepository: https://github.com/sclorg/s2i-python-container
This commit is contained in:
parent
183bc12344
commit
2d44e31276
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ if [[ ! -z "$UPGRADE_PIP_TO_LATEST" ]]; then
|
|||
fi
|
||||
|
||||
if [[ ! -z "$ENABLE_PIPENV" ]]; then
|
||||
install_tool "pipenv"
|
||||
install_tool "pipenv" "==2018.11.26"
|
||||
echo "---> Installing dependencies via pipenv ..."
|
||||
if [[ -f Pipfile ]]; then
|
||||
pipenv install --deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue