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

tweaks in build script

parent ab18dbb6
Pipeline #153 passed with stages
in 17 seconds
...@@ -21,11 +21,15 @@ which pip ...@@ -21,11 +21,15 @@ which pip
echo " > python --version" echo " > python --version"
python --version python --version
echo "===================== isntall requirements =====================" echo "===================== install requirements ====================="
pip install -r requirements.txt pip install -r requirements.txt
echo "===================== install package =====================" 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 "===================== show package info ====================="
echo " > pip show $JOB_NAME" echo " > pip show $JOB_NAME"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment