From 0ff7695dcb09b7403de0b9af320007af21d0ec65 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Fri, 19 Nov 2021 11:48:34 -0800 Subject: [PATCH] Revert "update_requirements.sh: install both Pipfiles" This reverts commit 97ea2c37e0e831216969b8c04e9053022e39ca10. old-commit-hash: 148c739ec754c981889c714faa265a7fa0010676 --- update_requirements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_requirements.sh b/update_requirements.sh index 50c4c8204f..be7d53f98b 100755 --- a/update_requirements.sh +++ b/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