update_requirements.sh: install both Pipfiles

This commit is contained in:
Willem Melching
2021-11-04 16:01:24 +01:00
parent 177c3b89b6
commit dec2cb6a65

View File

@@ -33,7 +33,7 @@ pip install pipenv==2021.5.29
echo "pip packages install ..."
if [ -d "./xx" ]; then
export PIPENV_PIPFILE=./xx/Pipfile
PIPENV_PIPFILE=./xx/Pipfile pipenv install --system --dev --deploy
pipenv install --system --dev --deploy
RUN=""
else