update_requirements.sh: install both Pipfiles

pull/22795/head
Willem Melching 4 years ago
parent 177c3b89b6
commit dec2cb6a65
  1. 2
      update_requirements.sh

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

Loading…
Cancel
Save