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
silx
bob
hdf5plugin
Commits
e8038c3e
Commit
e8038c3e
authored
Nov 02, 2020
by
Thomas Vincent
Browse files
Remove --no-index to install h5py dependencies
parent
081206bb
Pipeline
#39143
passed with stages
in 19 minutes and 41 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e8038c3e
...
...
@@ -153,7 +153,7 @@ manylinux2014_test_cp38:
stage
:
test
script
:
# Pre-install numpy and h5py from silx.org
-
pip install --pre --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/
--no-index
--only-binary numpy,h5py numpy h5py
-
pip install --pre --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/ --only-binary numpy,h5py numpy h5py
-
pip install --pre --find-links artifacts/ --only-binary hdf5plugin hdf5plugin
-
python -m hdf5plugin.test
...
...
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