Commit 98591406 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks in build script

parent ab18dbb6
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -21,11 +21,15 @@ which pip
echo " > python --version"
python --version

echo "===================== isntall requirements ====================="
echo "===================== install requirements ====================="
pip install -r requirements.txt

echo "===================== install package ====================="
sh install_local.sh
rm -rf dist
#python setup.py build_ext --inplace
#python setup.py install
python setup.py sdist
pip install dist/*.tar.gz --force-reinstall

echo "===================== show package info ====================="
echo " > pip show $JOB_NAME"