From 1d19621ef946c500be99cb561e9ade89475fa7be Mon Sep 17 00:00:00 2001 From: Casey Faist <caseylfaist@gmail.com> Date: Mon, 8 Oct 2018 16:43:12 -0500 Subject: [PATCH] cleanup lines --- bin/steps/pipenv | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/steps/pipenv b/bin/steps/pipenv index b1121711..92e4a2c0 100755 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -57,8 +57,6 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then mcount "buildvar.SLUGIFY_USES_TEXT_UNIDECODE" fi - - # Install pipenv; do not upgrade. /app/.heroku/python/bin/pip install pipenv==$PIPENV_VERSION &> /dev/null -- GitLab