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
e5d46742
Commit
e5d46742
authored
May 06, 2021
by
Thomas Vincent
Browse files
Install full target all the time
parent
e8f34ee5
Pipeline
#46516
failed with stages
in 40 minutes and 27 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e5d46742
...
...
@@ -209,7 +209,7 @@ manylinux2014_test_cp38:
WITH_GL_TEST
:
"
False"
script
:
# No GUI, no pyopencl tests here
-
pip install --pre --find-links artifacts/ --only-binary silx silx[test]
-
pip install --pre --find-links artifacts/ --only-binary silx silx[
full,
test]
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
allow_failure
:
true
...
...
@@ -231,7 +231,7 @@ manylinux2014_test_cp39:
script
:
# Pre-install numpy, h5py and fabio from silx.org
-
pip install --pre --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/ --only-binary numpy,h5py,fabio numpy h5py fabio
-
pip install --pre --find-links artifacts/ --only-binary numpy,h5py,fabio silx[test]
-
pip install --pre --find-links artifacts/ --only-binary numpy,h5py,fabio silx[
full,
test]
-
python -c "import silx.test, sys; sys.exit(silx.test.run_tests());"
manylinux2014_ppc64le_test_cp37
:
...
...
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