From f8f0d6df4d36409deedbc125719784812f86f713 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Thu, 22 Sep 2016 18:48:18 +0200 Subject: [PATCH] Another fix for bob.buildout --- gitlab/before_build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh index f620e9a..a9c06f4 100755 --- a/gitlab/before_build.sh +++ b/gitlab/before_build.sh @@ -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 -- GitLab