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

Fixed Python

parent 6e62c713
No related branches found
No related tags found
1 merge request!27Wrong gitlab runner for windows_python
Pipeline #32794 failed
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
......@@ -143,13 +143,13 @@ build:windows_python:
# Update PATH
- $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
script:
- python3 -m pip install virtualenv
- python -m pip install virtualenv
- virtualenv venv
- source venv/bin/activate
# Numpy dependancy for unit test
- python3 -m pip install numpy
- python -m pip install numpy
- export AIDGE_INSTALL=`pwd`/install
- python3 -m pip install .
- python -m pip install .
artifacts:
expire_in: 1 week
paths:
......
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