From b3a5b04e1303ec11defa8ce1522ce92c6caa233c Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sun, 5 Dec 2021 17:13:44 +0800 Subject: [PATCH] Fix CI. --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5d560dcd..b9c0956f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,8 +103,7 @@ jobs: cd egs/librispeech/ASR/conformer_ctc pytest -v -s - cd $PWD - cd egs/librispeech/ASR + cd .. pytest -v -s ./transducer - name: Run tests @@ -117,11 +116,9 @@ jobs: export DYLD_LIBRARY_PATH=$lib_path:$DYLD_LIBRARY_PATH pytest -v -s ./test - pwd=$PWD # run tests for conformer ctc cd egs/librispeech/ASR/conformer_ctc pytest -v -s - cd $PWD - cd egs/librispeech/ASR + cd .. pytest -v -s ./transducer