From 3048d599683d22bd79c2138e04c609e37b86dc13 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 4 Dec 2021 16:35:04 +0800 Subject: [PATCH] Fix CI. --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9e4ff2b7..e5d560dcd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,6 +103,10 @@ jobs: cd egs/librispeech/ASR/conformer_ctc pytest -v -s + cd $PWD + cd egs/librispeech/ASR + pytest -v -s ./transducer + - name: Run tests if: startsWith(matrix.os, 'macos') run: | @@ -120,4 +124,4 @@ jobs: cd $PWD cd egs/librispeech/ASR - pytest -v -s ./rnnt + pytest -v -s ./transducer