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
56fa2ad5
Commit
56fa2ad5
authored
Jul 12, 2021
by
Thomas Vincent
Browse files
Remove usage of PYTHON env. var.
parent
dd9313e5
Pipeline
#50472
failed with stages
in 28 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
56fa2ad5
...
...
@@ -54,46 +54,40 @@ ubuntu20.04_ppc64le:
# Test
.
windows_
test_template
:
&
windows_
test_template_defintion
.test_template
:
&test_template_defintion
stage
:
test
script
:
-
pip install --pre --only-binary numpy,h5py numpy h5py
# Use silx.org for ppc64le wheels
-
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 --no-index --find-links artifacts/ --only-binary hdf5plugin hdf5plugin
-
python -m hdf5plugin.test
windows_test_python36
:
<<
:
*
windows_
test_template_defintion
<<
:
*test_template_defintion
extends
:
.windows_base_python36
dependencies
:
-
windows_wheel_python3
windows_test_python37
:
<<
:
*
windows_
test_template_defintion
<<
:
*test_template_defintion
extends
:
.windows_base_python37
dependencies
:
-
windows_wheel_python3
windows_test_python38
:
<<
:
*
windows_
test_template_defintion
<<
:
*test_template_defintion
extends
:
.windows_base_python38
dependencies
:
-
windows_wheel_python3
windows_test_python39
:
<<
:
*
windows_
test_template_defintion
<<
:
*test_template_defintion
extends
:
.windows_base_python39
dependencies
:
-
windows_wheel_python3
.test_template
:
&test_template_defintion
stage
:
test
script
:
# Use silx.org for ppc64le wheels
-
${PYTHON} -m pip install --pre --trusted-host www.silx.org --find-links http://www.silx.org/pub/wheelhouse/ --only-binary numpy,h5py numpy h5py
-
${PYTHON} -m pip install --pre --no-index --find-links artifacts/ --only-binary hdf5plugin hdf5plugin
-
${PYTHON} -m hdf5plugin.test
macos10_test_python36
:
<<
:
*test_template_defintion
extends
:
.macos_base_python36
...
...
@@ -224,9 +218,9 @@ manylinux2014_ppc64le_test_cp39:
dependencies
:
-
source
script
:
-
${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
-
pip install --pre --no-binary numpy,h5py numpy h5py
-
pip install --pre --no-index --find-links artifacts/ --no-binary hdf5plugin hdf5plugin
-
python
-m hdf5plugin.test
manylinux2010_test_sdist_cp38
:
<<
:
*test_sdist_template_defintion
...
...
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