Skip to content
Snippets Groups Projects
Commit 65edea3a authored by Grégoire Kubler's avatar Grégoire Kubler Committed by Maxence Naud
Browse files

feat : enabled tests on the wheels

parent 793b2622
No related branches found
No related tags found
1 merge request!18v0.1.3
...@@ -38,8 +38,16 @@ write_to = "aidge_backend_opencv/_version.py" ...@@ -38,8 +38,16 @@ write_to = "aidge_backend_opencv/_version.py"
##################################################### #####################################################
# CIBUILDWHEEL # CIBUILDWHEEL
[tool.cibuildwheel] [tool.cibuildwheel]
build=["cp38-manylinux_x86_64"] # , "cp39-manylinux_x86_64","cp310-manylinux_x86_64"]
build-frontend = "build" build-frontend = "build"
test-requires = "pytest"
test-command = "pytest {package}/aidge_backend_opencv/unit_tests"
# uncomment to run cibuildwheel locally on selected distros
# build=[
# "cp38-manylinux_x86_64",
# "cp39-manylinux_x86_64",
# "cp310-manylinux_x86_64"
# ]
### AIDGE DEPENDENCIES DECLARATION ### AIDGE DEPENDENCIES DECLARATION
# aidge_core do not rely on any aidge dependency, hence this string is empty # aidge_core do not rely on any aidge dependency, hence this string is empty
[tool.cibuildwheel.linux.environment] [tool.cibuildwheel.linux.environment]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment