From 3ccd5b49c45839a5539dc77cb74cf37d8a9ded90 Mon Sep 17 00:00:00 2001 From: D-X-Y <280835372@qq.com> Date: Wed, 17 Mar 2021 12:53:17 +0000 Subject: [PATCH] Fix test.yml --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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