Fix test.yml

This commit is contained in:
D-X-Y 2021-03-17 12:51:33 +00:00
parent d09cb2fe65
commit ae35b4df3d

View File

@ -25,10 +25,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Test Search Space
run: |
run: |
python -m pip install pytest
echo $PWD
ls
ls
python --version
python -m pytest AutoDL-Projects/tests --durations=0
shell: bash