Skip to content
Snippets Groups Projects
Commit 95f51d5e authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Removing wxpython url from build file

parent 54bd7571
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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