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

Remove specificity for bob.buildout

parent 5437ec23
No related branches found
No related tags found
No related merge requests found
...@@ -55,11 +55,6 @@ else ...@@ -55,11 +55,6 @@ else
log_info "Using python: ${use_python}" log_info "Using python: ${use_python}"
fi fi
# zc.recipe.egg needs some special installation instructions
if [ "${CI_PROJECT_NAME}" == "bob.buildout" ]; then
run_cmd ${use_pip} install --no-binary ":all:" zc.recipe.egg
fi
# Install this package's build dependencies # Install this package's build dependencies
PIPOPTS="--find-links ${WHEELS_REPOSITORY} --trusted-host ${WHEELS_SERVER}" PIPOPTS="--find-links ${WHEELS_REPOSITORY} --trusted-host ${WHEELS_SERVER}"
PIPOPTS="${PIPOPTS} --pre --use-wheel --no-index" PIPOPTS="${PIPOPTS} --pre --use-wheel --no-index"
......
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