From 9bd747d6f789c93be1f186c98a28f0ce8fca336c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Kubler?= <gregoire.kubler@proton.me> Date: Fri, 10 May 2024 16:41:28 +0200 Subject: [PATCH] feat : missing AIDGE_INSTALL env var in cibuildwheel --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 48a9415d0..87aef234c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,10 @@ build-frontend = "build" # aidge_core do not rely on any aidge dependency, hence this string is empty [tool.cibuildwheel.linux.environment] # AIDGE_DEPENDENCIES = "" # format => "dep_1 dep_2 ... dep_n" +AIDGE_INSTALL="/host/AIDGE_INSTALL_CIBUILDWHEEL" [tool.cibuildwheel.windows.environment] # AIDGE_DEPENDENCIES = "" # format => "dep_1","dep_2", ... ,"dep_n" +AIDGE_INSTALL="../AIDGE_INSTALL_CIBUILDWHEEL/" [tool.cibuildwheel.linux] before-build = [ -- GitLab