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

feat : replaced pkg installs built from source in test section by install from pypi

parent 85eddf98
No related branches found
No related tags found
1 merge request!46fix : cuda wheel too big
Pipeline #59629 passed
...@@ -105,7 +105,8 @@ before-test= [ ...@@ -105,7 +105,8 @@ before-test= [
"export PATH=/usr/local/cuda/bin:$PATH", "export PATH=/usr/local/cuda/bin:$PATH",
"nvcc --version", "nvcc --version",
"echo '\n\n\n\nInstalling required dependencies for aidge_backend_cuda.\n\n'", "echo '\n\n\n\nInstalling required dependencies for aidge_backend_cuda.\n\n'",
"bash .gitlab/ci/cibuildwheel_build_deps_before_build_wheel.sh /host/$SEARCH_PATH" "pip install aidge-core",
"pip install aidge-backend-cpu",
] ]
[tool.cibuildwheel.windows] [tool.cibuildwheel.windows]
before-build = [ 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