From 62dc450020c04c734dca1a1840c2ac87518b2a71 Mon Sep 17 00:00:00 2001 From: Olivier BICHLER <olivier.bichler@cea.fr> Date: Tue, 17 Oct 2023 16:11:04 +0200 Subject: [PATCH] Removed AIDGE_INSTALL --- .gitlab/ci/build.gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml index 6bfae0be1..c89152ef5 100644 --- a/.gitlab/ci/build.gitlab-ci.yml +++ b/.gitlab/ci/build.gitlab-ci.yml @@ -89,7 +89,6 @@ build:ubuntu_python: - source venv/bin/activate # Numpy dependancy for unit test - python3 -m pip install numpy - - export AIDGE_INSTALL=`pwd`/install - python3 -m pip install . artifacts: expire_in: 1 week @@ -148,7 +147,6 @@ build:windows_python: - venv\Scripts\Activate.ps1 # Numpy dependancy for unit test - python -m pip install numpy - - $env:AIDGE_INSTALL = "$pwd" + "install" - python -m pip install . artifacts: expire_in: 1 week -- GitLab