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

Wrong activate script for Python venv

parent 276345bc
No related branches found
No related tags found
1 merge request!27Wrong gitlab runner for windows_python
Pipeline #32795 failed
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
......@@ -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
......
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