Skip to content
Snippets Groups Projects
Commit c99193c6 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Update pyproject.toml with search path to debug locally.

parent ab544267
No related branches found
No related tags found
1 merge request!54Update 0.3.1 -> 0.4.0
Pipeline #71802 failed
......@@ -65,14 +65,14 @@ test-requires = "pytest"
test-command = "pytest {package}/aidge_quantization/unit_tests"
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64:2024.11.16-1"
# uncomment to run cibuildwheel locally on selected distros
# build=[
build=[
# "cp38-manylinux_x86_64",
# "cp39-manylinux_x86_64",
# "cp310-manylinux_x86_64",
# "cp38-win_amd64",
# "cp39-win_amd64",
# "cp310-win_amd64",
# ]
]
# PYLINT
[tool.pylint.main]
# A comma-separated list of package or module names from where C extensions may
......@@ -90,9 +90,12 @@ ignored-modules = ["aidge_core", "aidge_backend_cpu", "aidge_quantization", "onn
[tool.cibuildwheel.environment]
AIDGE_DEPENDENCIES = "aidge_core aidge_backend_cpu" # format => "dep_1 dep_2 ... dep_n"
AIDGE_INSTALL="/AIDGE_INSTALL_CIBUILDWHEEL"
SEARCH_PATH=""
AIDGE_WITH_CUDA="OFF"
[tool.cibuildwheel.linux]
before-build = [
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host"
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host/$SEARCH_PATH"
]
before-test = [
"pip install aidge_core aidge_backend_cpu aidge_onnx"
......
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