fix the problem

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-07 10:54:58 -05:00
parent 7cbca2f5c5
commit b6f042b118
+1 -1
View File
@@ -62,6 +62,6 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
fi
fi
else
pipenv-to-pip Pipfile.lock > requirements.txt
export SKIP_PIP_INSTALL=1
pipenv-to-pip Pipfile.lock > requirements.txt
fi