Skip to content
Snippets Groups Projects
Commit 776b8ce9 authored by Grégoire Kubler's avatar Grégoire Kubler Committed by Maxence Naud
Browse files

feat : added windows opencv install

parent 6ab809b6
No related branches found
No related tags found
1 merge request!18v0.1.3
...@@ -56,5 +56,6 @@ before-build = [ ...@@ -56,5 +56,6 @@ before-build = [
] ]
[tool.cibuildwheel.windows] [tool.cibuildwheel.windows]
before-build = [ before-build = [
"choco install opencv"
"powershell -File .\\.gitlab\\ci\\cibuildwheel_build_deps_before_build_wheel.ps1" "powershell -File .\\.gitlab\\ci\\cibuildwheel_build_deps_before_build_wheel.ps1"
] ]
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