diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33f41eb..0bd474c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,8 @@ jobs: run: | python -m pip install pytest echo $PWD + echo "Show what we have here:" ls python --version - python -m pytest AutoDL-Projects/tests --durations=0 + python -m pytest ./tests --durations=0 shell: bash