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
...@@ -88,7 +88,7 @@ build:ubuntu_python: ...@@ -88,7 +88,7 @@ build:ubuntu_python:
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate
# Numpy dependancy for unit test # Numpy dependancy for unit test
- python3 -m pip install numpy - python3 -m pip install -r requirements.txt
- python3 -m pip install . - python3 -m pip install .
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
...@@ -146,7 +146,7 @@ build:windows_python: ...@@ -146,7 +146,7 @@ build:windows_python:
- virtualenv venv - virtualenv venv
- 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 -r requirements.txt
- 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