diff --git a/entrypoint.sh b/entrypoint.sh index 1658be5..66e53bd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,6 +27,7 @@ _git_changed() { # PROGRAM echo "Installing dependencies..." +pip3 install -U pip pip3 install -r $INPUT_PIP_PATH echo "Creating data model..." cd $INPUT_PROJECT_PATH