mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 13:34:01 +08:00
update_requirements.sh: install both Pipfiles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user