Revert "update_requirements.sh: install both Pipfiles"

This reverts commit 97ea2c37e0e831216969b8c04e9053022e39ca10.

old-commit-hash: 148c739ec7
This commit is contained in:
Greg Hogan
2021-11-19 11:48:34 -08:00
parent 66aac35dd9
commit 0ff7695dcb
+1 -1
View File
@@ -33,7 +33,7 @@ pip install pipenv==2021.5.29
echo "pip packages install ..."
if [ -d "./xx" ]; then
PIPENV_PIPFILE=./xx/Pipfile pipenv install --system --dev --deploy
export PIPENV_PIPFILE=./xx/Pipfile
pipenv install --system --dev --deploy
RUN=""
else