Refine lib -> xautodl

This commit is contained in:
D-X-Y
2021-05-19 14:10:01 +08:00
parent 596065c25d
commit 4000f882f7
5 changed files with 19 additions and 28 deletions

View File

@@ -43,19 +43,16 @@ jobs:
run: |
python setup.py install
- name: Test Import
run: |
python -m pip install torch torchvision
python -m pytest ./tests/test_import.py
- name: Test Search Space
run: |
python -m pip install pytest numpy
python -m pip install torch torchvision
python -m pip install parameterized
echo $PWD
echo "Show what we have here:"
ls
python --version
python -m pytest ./tests/test_import.py -s
python -m pytest ./tests/test_basic_space.py -s
shell: bash