From 5938b7fd9c0e370e0cb6efcad08eda0ceb2389ba Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 13 Jul 2017 20:10:47 +0100 Subject: [PATCH] Fix wxpython install in build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24594f442..c9ab1d5ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -235,7 +235,7 @@ variables: # Linux builds for wxPython are currently not # on pypi, but are available at this url. - - pip install -f https://wxpython.org/Phoenix/release-extras/linux/gtk3/debian-8/ wxpython + - pip install --only-binary wxpython -f https://wxpython.org/Phoenix/snapshot-builds/linux/gtk3/debian-8/ wxpython # All other deps can be installed as # normal. scipy is required by nibabel, -- GitLab