From ae35b4df3df0382f3fbd9935f0195ee1af9e4795 Mon Sep 17 00:00:00 2001 From: D-X-Y <280835372@qq.com> Date: Wed, 17 Mar 2021 12:51:33 +0000 Subject: [PATCH] Fix test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 578ba67..33f41eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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