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

Fixed path

parent 214d9765
No related branches found
No related tags found
1 merge request!27Wrong gitlab runner for windows_python
Pipeline #32797 failed
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
...@@ -148,7 +148,7 @@ build:windows_python: ...@@ -148,7 +148,7 @@ 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
- export AIDGE_INSTALL=`pwd`/install - $env:AIDGE_INSTALL = "$pwd" + "install"
- python -m pip install . - python -m pip install .
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
......
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