This commit is contained in:
Fangjun Kuang 2021-12-04 16:35:04 +08:00
parent e62fe73104
commit 3048d59968

View File

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