Skip to content
Snippets Groups Projects

Added requirements.txt

Merged Olivier BICHLER requested to merge metaop_binding into master
3 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -129,6 +129,7 @@ build:ubuntu_python:
- python3 -m pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- python3 -m pip install -r requirements.txt
- python3 -m pip install .
artifacts:
expire_in: 1 week
@@ -196,8 +197,7 @@ build:windows_python:
- python -m pip install virtualenv
- 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
Loading