From 270febb6388a87141477e0f924e9c2f822dd8f9a Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 17 Dec 2021 20:21:04 +0800 Subject: [PATCH] Fix tests. --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9c0956f0..c73e562da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,8 +103,8 @@ jobs: cd egs/librispeech/ASR/conformer_ctc pytest -v -s - cd .. - pytest -v -s ./transducer + cd ../transducer + pytest -v -s - name: Run tests if: startsWith(matrix.os, 'macos') @@ -120,5 +120,5 @@ jobs: cd egs/librispeech/ASR/conformer_ctc pytest -v -s - cd .. - pytest -v -s ./transducer + cd ../transducer + pytest -v -s