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
@@ -145,7 +145,7 @@ build:windows_python:
script:
- python -m pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- venv\Scripts\Activate.ps1
# Numpy dependancy for unit test
- python -m pip install numpy
- export AIDGE_INSTALL=`pwd`/install
Loading