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
No related merge requests found
...@@ -89,7 +89,6 @@ build:ubuntu_python: ...@@ -89,7 +89,6 @@ build:ubuntu_python:
- source venv/bin/activate - source venv/bin/activate
# Numpy dependancy for unit test # Numpy dependancy for unit test
- python3 -m pip install numpy - python3 -m pip install numpy
- export AIDGE_INSTALL=`pwd`/install
- python3 -m pip install . - python3 -m pip install .
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
...@@ -148,7 +147,6 @@ build:windows_python: ...@@ -148,7 +147,6 @@ build:windows_python:
- venv\Scripts\Activate.ps1 - venv\Scripts\Activate.ps1
# Numpy dependancy for unit test # Numpy dependancy for unit test
- python -m pip install numpy - python -m pip install numpy
- $env:AIDGE_INSTALL = "$pwd" + "install"
- python -m pip install . - python -m pip install .
artifacts: artifacts:
expire_in: 1 week 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