From 21d5217db5bcd06f0d1ef5153f886ea0f62fe7c8 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 6 Oct 2020 15:00:26 +0200 Subject: [PATCH] Readded pip path --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d84aa54..53c2ecf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,8 +26,8 @@ _git_changed() { } # PROGRAM -# echo "Installing dependencies..." -# pip install -r $INPUT_PIP_PATH +echo "Installing dependencies..." +pip install -r $INPUT_PIP_PATH echo "Creating data model..." cd $INPUT_PROJECT_PATH python manage.py graph_models -a -g-o $INPUT_OUTPUT_PATH