Skip to content
Snippets Groups Projects

Wrong gitlab runner for windows_python

Merged Olivier BICHLER requested to merge win_python into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -148,7 +148,7 @@ build:windows_python:
- venv\Scripts\Activate.ps1
# Numpy dependancy for unit test
- python -m pip install numpy
- export AIDGE_INSTALL=`pwd`/install
- $env:AIDGE_INSTALL = "$pwd" + "install"
- python -m pip install .
artifacts:
expire_in: 1 week
Loading