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

uninstall package before installation

parent af286a52
Pipeline #165 passed with stages
in 12 seconds
......@@ -23,6 +23,9 @@ which pip
echo " > python --version"
python --version
echo "===================== uninstall package ====================="
pip uninstall -y "$JOB_NAME"
echo "===================== install requirements ====================="
if [ -f "requirements.txt" ]; then
pip install -r requirements.txt
......
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