diff --git a/entrypoint.sh b/entrypoint.sh index 2168c88..a428e69 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,7 @@ _git_changed() { # PROGRAM echo "Installing dependencies..." -pip install -r $INPUT_PIP_PATH +# pip install -r $INPUT_PIP_PATH echo "Creating data model..." python manage.py graph_models -a -g-o $INPUT_OUTPUT_PATH