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

fix : wheel was not tested on pypi dependencies but on local dependencies which led to :

1. Not being sure if the package was going to run
2. Extremely long build time
parent 2dab9383
No related branches found
No related tags found
1 merge request!110fix : v0.3.2
Pipeline #59944 failed
......@@ -55,7 +55,7 @@ before-build = [
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host"
]
before-test = [
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host"
"pip install aidge-core"
]
[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