Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
95f51d5e
Commit
95f51d5e
authored
Aug 10, 2017
by
Paul McCarthy
🚵
Browse files
Removing wxpython url from build file
parent
54bd7571
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
95f51d5e
...
...
@@ -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,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment