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

Added requirements.txt

parent 1f3b607f
No related branches found
No related tags found
No related merge requests found
Pipeline #32999 passed
......@@ -88,7 +88,7 @@ build:ubuntu_python:
- virtualenv venv
- source venv/bin/activate
# Numpy dependancy for unit test
- python3 -m pip install numpy
- python3 -m pip install -r requirements.txt
- python3 -m pip install .
artifacts:
expire_in: 1 week
......@@ -146,7 +146,7 @@ build:windows_python:
- virtualenv venv
- venv\Scripts\Activate.ps1
# Numpy dependancy for unit test
- python -m pip install numpy
- python -m pip install -r requirements.txt
- python -m pip install .
artifacts:
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