Add requirements in setup

This commit is contained in:
D-X-Y
2021-06-11 12:01:58 +08:00
parent 48163c792c
commit f96ecfdeee
4 changed files with 4 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Test Super Model
run: |
python -m pip install pytest numpy
python -m pip install pytest
python -m pip install parameterized
python -m pip install torch torchvision
python -m pytest ./tests/test_super_*.py