From 95f51d5e9e931947edf00d85d138ead4cca8f387 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 10 Aug 2017 14:23:21 +0100 Subject: [PATCH] Removing wxpython url from build file --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d758b9ca..7992b69d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,9 @@ stages: # - TWINE_PASSWORD: - Password to use when uploading to pypi # # - TWINE_REPOSITORY_URL: - Pypi repository to upload to +# +# - WXPYTHON_DEBIAN8_URL: - Url to a location containg binary wheels +# for wxPython/debian 8 ############################################################################### @@ -235,7 +238,7 @@ variables: # Linux builds for wxPython are currently not # on pypi, but are available at this url. - - pip install --only-binary wxpython -f https://wxpython.org/Phoenix/snapshot-builds/linux/gtk3/debian-8/ wxpython + - pip install --only-binary wxpython -f $WXPYTHON_DEBIAN8_URL wxpython # All other deps can be installed as # normal. scipy is required by nibabel, -- GitLab