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
cef0543c
Commit
cef0543c
authored
Dec 02, 2020
by
Thomas Vincent
Browse files
Simpler manylinux/py39 tests
parent
d959ecc1
Pipeline
#39825
failed with stages
in 77 minutes and 25 seconds
Changes
1
Pipelines
12
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cef0543c
...
...
@@ -234,17 +234,8 @@ manylinux2014_test_cp38:
variables
:
WITH_GL_TEST
:
"
False"
script
:
# Need OpenCL headers for now to build
-
git clone --depth 1 https://github.com/KhronosGroup/OpenCL-Headers
-
cp -r OpenCL-Headers/CL /usr/include/
# Install pyopencl build dependencies first
-
pip install numpy pybind11
# 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
-
pip install --pre --find-links artifacts/ --only-binary silx silx[full]
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
-
pip uninstall -y PyQt5
-
pip install PySide2
# No GUI, no pyopencl tests here
-
pip install --pre --find-links artifacts/ --only-binary silx silx
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
allow_failure
:
true
...
...
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