From 2e536f509b16c43baa8cb5ba692e41e25f8e4ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me> Date: Fri, 17 May 2024 10:50:26 +0200 Subject: [PATCH] fix : unclosed array --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b20e5d8..880443d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,6 @@ before-build = [ ] [tool.cibuildwheel.windows] before-build = [ - "choco install opencv" + "choco install opencv", "powershell -File .\\.gitlab\\ci\\cibuildwheel_build_deps_before_build_wheel.ps1" ] -- GitLab