Skip to content
Snippets Groups Projects

Various meta-op fixes

Merged Olivier BICHLER requested to merge metaop_binding into main
23 files
+ 3733
213
Compare changes
  • Side-by-side
  • Inline
Files
23
@@ -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
Loading