From c1f49af1d6a33791579290adda0863c7a22bc3a1 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sun, 25 Sep 2016 17:00:07 +0200 Subject: [PATCH] Update wheel support --- gitlab/before_build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh index e2a1cc5..cc0203e 100755 --- a/gitlab/before_build.sh +++ b/gitlab/before_build.sh @@ -29,6 +29,9 @@ else log_info "Using pip: ${use_pip}" fi +# Upgrade wheel generation library to avoid bugs +run_cmd ${use_pip} install --upgrade wheel + use_python=`which python` if [ -z "${use_python}" ]; then log_error "Cannot find python, aborting..." -- GitLab