Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silx
bob
silx
Commits
d860a988
Commit
d860a988
authored
May 12, 2021
by
Thomas Vincent
Browse files
Use latest version truely compatible with macos 10.12
parent
e5d46742
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d860a988
...
...
@@ -120,7 +120,7 @@ windows_test_python39:
# Install pyopencl first to use a wheel from silx.org under Windows
-
pip install --find-links http://www.silx.org/pub/wheelhouse/ --trusted-host www.silx.org --prefer-binary pyopencl
# Install latest compatible version of PyQt5 with macos 10.12
-
pip install pyqt5==5.1
5.0
-
pip install pyqt5==5.1
3.2
-
pip install --pre --find-links artifacts/ --only-binary silx silx[full,test]
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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