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