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

Finally, just avoid --upgrade overall

parent a80bd951
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,13 @@ else
log_info "Using pip: ${use_pip}"
fi
# zc.recipe.egg needs some special installation instructions
if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
# zc.buildout requires special handling
run_cmd ${use_pip} install --pre dist/*.whl
else
run_cmd ${use_pip} install --upgrade --use-wheel --no-index --pre dist/*.whl
run_cmd ${use_pip} install --no-binary ":all:" zc.recipe.egg
fi
run_cmd ${use_pip} install --use-wheel --no-index --pre dist/*.whl
# Downloads databases that may be missing (not shipped with python pkg)
if [ -x ${PREFIX}/bin/bob_dbmanage.py ]; then
run_cmd ${PREFIX}/bin/bob_dbmanage.py all download --missing;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment