diff options
-rwxr-xr-x | contrib/simple_deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/simple_deploy.sh b/contrib/simple_deploy.sh index 8da92727..7dbe4652 100755 --- a/contrib/simple_deploy.sh +++ b/contrib/simple_deploy.sh @@ -2,7 +2,7 @@ set -e apex_home=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/../ export PYTHONPATH=$apex_home/apex:$PYTHONPATH -$apex_home/ci/dev_dep_check.sh || true +$apex_home/contrib/dev_dep_check.sh || true pip3 install -r $apex_home/requirements.txt pushd $apex_home/apex python3 clean.py |