From 776b8ce975e621a991d06333a94fd1815a7fc464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me> Date: Thu, 16 May 2024 16:53:09 +0200 Subject: [PATCH] feat : added windows opencv install --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6254421..14bde43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,5 +56,6 @@ before-build = [ ] [tool.cibuildwheel.windows] before-build = [ + "choco install opencv" "powershell -File .\\.gitlab\\ci\\cibuildwheel_build_deps_before_build_wheel.ps1" ] -- GitLab