Revert "update_requirements.sh: install both Pipfiles"

This reverts commit 97ea2c37e0e831216969b8c04e9053022e39ca10.

old-commit-hash: 148c739ec7
commatwo_master
Greg Hogan 3 years ago
parent 66aac35dd9
commit 0ff7695dcb
  1. 2
      update_requirements.sh

@ -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

Loading…
Cancel
Save