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
dd9313e5
Commit
dd9313e5
authored
Jul 12, 2021
by
Thomas Vincent
Browse files
Ensure using local source when building from source
parent
5080f9ce
Pipeline
#50463
failed with stages
in 19 minutes and 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dd9313e5
...
...
@@ -224,7 +224,8 @@ manylinux2014_ppc64le_test_cp39:
dependencies
:
-
source
script
:
-
${PYTHON} -m pip install --pre --find-links artifacts/ --no-binary hdf5plugin hdf5plugin
-
${PYTHON} -m pip install --pre --no-binary numpy,h5py numpy h5py
-
${PYTHON} -m pip install --pre --no-index --find-links artifacts/ --no-binary hdf5plugin hdf5plugin
-
${PYTHON} -m hdf5plugin.test
manylinux2010_test_sdist_cp38
:
...
...
@@ -241,7 +242,8 @@ windows_test_sdist_python38:
-
source
script
:
-
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Auxiliary\\Build\\vcvarsall.bat" amd64 -vcvars_ver=14.16
-
pip install --pre --find-links artifacts/ --no-binary hdf5plugin hdf5plugin
-
pip install --pre --only-binary numpy,h5py numpy h5py
-
pip install --pre --no-index --find-links artifacts/ --no-binary hdf5plugin hdf5plugin
-
python -m hdf5plugin.test
extends
:
.windows_base_python38
...
...
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