Refine lib -> xautodl

This commit is contained in:
D-X-Y
2021-05-19 13:13:11 +08:00
parent 95fb5a54b1
commit 596065c25d
7 changed files with 20 additions and 34 deletions

View File

@@ -32,6 +32,6 @@ jobs:
run: |
python -m pip install pytest numpy
python -m pip install parameterized
python -m pip install torch torchvision torchaudio
python -m pytest ./tests/test_super_*.py -s
python -m pip install torch torchvision
python -m pytest ./tests/test_super_*.py
shell: bash