Skip to content
Snippets Groups Projects
Commit 37e95c5d authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

feat : added wheel testing

parent f1be1fac
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #47746 waiting for manual action
......@@ -39,6 +39,8 @@ write_to = "aidge_backend_cpu/_version.py"
# CIBUILDWHEEL
[tool.cibuildwheel]
build-frontend = "build"
test-requires = "pytest"
test-command = "pytest {project}/aidge_backend_cpu/unit_tests"
# uncomment to run cibuildwheel locally on selected distros
# build=[
# "cp38-manylinux_x86_64",
......
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