Fix test.yml
This commit is contained in:
parent
d09cb2fe65
commit
ae35b4df3d
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -25,10 +25,10 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Test Search Space
|
- name: Test Search Space
|
||||||
run: |
|
run: |
|
||||||
python -m pip install pytest
|
python -m pip install pytest
|
||||||
echo $PWD
|
echo $PWD
|
||||||
ls
|
ls
|
||||||
python --version
|
python --version
|
||||||
python -m pytest AutoDL-Projects/tests --durations=0
|
python -m pytest AutoDL-Projects/tests --durations=0
|
||||||
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user