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

Temporarily disable special bob.buildout rules

parent ecba3d32
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ else
fi
# zc.recipe.egg needs some special installation instructions
if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
run_cmd ${use_pip} install --upgrade --no-binary ":all:" zc.recipe.egg
fi
#if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
# run_cmd ${use_pip} install --upgrade --no-binary ":all:" zc.recipe.egg
#fi
run_cmd ${use_pip} install --upgrade --use-wheel --no-index --pre dist/*.whl
......
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