Skip to content
Snippets Groups Projects
Commit 62dc4500 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Removed AIDGE_INSTALL

parent cce90762
No related branches found
No related tags found
1 merge request!32Various meta-op fixes
Pipeline #32980 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment