Add requirements.txt

This commit is contained in:
Adrian Garcia Badaracco
2020-10-21 18:37:47 -05:00
parent e8feaa53d6
commit 466a67f4dd

View File

@@ -17,6 +17,8 @@ jobs:
with:
python-version: 3.8
- name: Install Dependencies
run: pip install pytest numpy tqdm requests torch
run: |
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Run Pytest
run: python -m pytest -s -v