Revert "update_requirements.sh: install both Pipfiles"

This reverts commit dec2cb6a65.
pull/22987/head
Greg Hogan 2021-11-19 11:48:34 -08:00
parent 9abfc02148
commit 148c739ec7
1 changed files with 1 additions and 1 deletions

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