diff --git a/.gitlab/ci/build.gitlab-ci.yml b/.gitlab/ci/build.gitlab-ci.yml index 6bfae0be1e31a89d27413677fa4cdc4612561333..c89152ef52d659c3b83d78ccd1f82bef1320c751 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