From 166e2677aad6c9a936a31244e93c913838e8a50e Mon Sep 17 00:00:00 2001
From: Olivier BICHLER <olivier.bichler@cea.fr>
Date: Fri, 13 Oct 2023 10:29:57 +0200
Subject: [PATCH] Fixed path

---
 .gitlab/ci/build.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml
index 0f33f5c8c..6bfae0be1 100644
--- a/.gitlab/ci/build.gitlab-ci.yml
+++ b/.gitlab/ci/build.gitlab-ci.yml
@@ -148,7 +148,7 @@ build:windows_python:
     - venv\Scripts\Activate.ps1
     # Numpy dependancy for unit test
     - python -m pip install numpy
-    - export AIDGE_INSTALL=`pwd`/install
+    - $env:AIDGE_INSTALL = "$pwd" + "install"
     - python -m pip install .
   artifacts:
     expire_in: 1 week
-- 
GitLab