Skip to content
Snippets Groups Projects
Commit a80bd951 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Do not try to --upgrade when testing bob.buildout

parent da769db2
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ fi
if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
# zc.buildout requires special handling
run_cmd ${use_pip} install --upgrade --pre dist/*.whl
run_cmd ${use_pip} install --pre dist/*.whl
else
run_cmd ${use_pip} install --upgrade --use-wheel --no-index --pre dist/*.whl
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment