Readded pip path
This commit is contained in:
@@ -26,8 +26,8 @@ _git_changed() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# PROGRAM
|
# PROGRAM
|
||||||
# echo "Installing dependencies..."
|
echo "Installing dependencies..."
|
||||||
# pip install -r $INPUT_PIP_PATH
|
pip install -r $INPUT_PIP_PATH
|
||||||
echo "Creating data model..."
|
echo "Creating data model..."
|
||||||
cd $INPUT_PROJECT_PATH
|
cd $INPUT_PROJECT_PATH
|
||||||
python manage.py graph_models -a -g-o $INPUT_OUTPUT_PATH
|
python manage.py graph_models -a -g-o $INPUT_OUTPUT_PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user