Fix tests.

This commit is contained in:
Fangjun Kuang 2021-12-17 20:21:04 +08:00
parent 9639f6dc0a
commit 270febb638

View File

@ -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