Added wheel to default installs
This commit is contained in:
@@ -27,7 +27,7 @@ _git_changed() {
|
|||||||
|
|
||||||
# PROGRAM
|
# PROGRAM
|
||||||
echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
pip3 install -U pip pip3 pyparsing pydot
|
pip3 install -U pip wheel pyparsing pydot
|
||||||
pip3 install -r $INPUT_PIP_PATH
|
pip3 install -r $INPUT_PIP_PATH
|
||||||
echo "Creating data model..."
|
echo "Creating data model..."
|
||||||
cd $INPUT_PROJECT_PATH
|
cd $INPUT_PROJECT_PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user