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

Another fix for bob.buildout

parent 828771be
No related branches found
No related tags found
No related merge requests found
......@@ -56,10 +56,9 @@ else
fi
PIPOPTS="--find-links ${WHEELS_REPOSITORY} --trusted-host ${WHEELS_SERVER}"
PIPOPTS="${PIPOPTS} --use-wheel --pre"
# zc.recipe.egg cannot be installed via wheels, so we need this hack...
if [ "${CI_PROJECT_NAME}" != "bob.buildout" ]; then
PIPOPTS="${PIPOPTS} --no-index"
PIPOPTS="${PIPOPTS} --pre --use-wheel --no-index"
fi
# Install this package's build dependencies
......
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