Update from upstream
This commit is contained in:
parent
50eeefac49
commit
b3bc61b518
7 changed files with 78 additions and 29 deletions
|
|
@ -85,7 +85,7 @@ elif [[ -f requirements.txt ]]; then
|
|||
pip install -r requirements.txt
|
||||
fi
|
||||
|
||||
if [[ -f setup.py && -z "$DISABLE_SETUP_PY_PROCESSING" ]]; then
|
||||
if [[ ( -f setup.py || -f setup.cfg ) && -z "$DISABLE_SETUP_PY_PROCESSING" ]]; then
|
||||
echo "---> Installing application ..."
|
||||
pip install .
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue