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

fix : search path

parent a16f3eb9
No related branches found
No related tags found
2 merge requests!93Release v0.3.0,!64Feat/release pip
Pipeline #45991 waiting for manual action
......@@ -48,7 +48,7 @@ AIDGE_DEPENDENCIES = ["aidge_core"] # format => "dep_1","dep_2", ... ,"dep_n"
AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/"
[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 /"
]
[tool.cibuildwheel.windows]
before-build = [
......
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