From 1c2cef08ae835ed48259509a13b87d1fd49fa480 Mon Sep 17 00:00:00 2001 From: Conrad Date: Sun, 14 Feb 2021 00:59:46 +0100 Subject: [PATCH] Added wheel to default installs --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 4abd7a2..4cd98ba 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,7 +27,7 @@ _git_changed() { # PROGRAM echo "Installing dependencies..." -pip3 install -U pip pip3 pyparsing pydot +pip3 install -U pip wheel pyparsing pydot pip3 install -r $INPUT_PIP_PATH echo "Creating data model..." cd $INPUT_PROJECT_PATH