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 cd egs/librispeech/ASR/conformer_ctc
pytest -v -s pytest -v -s
cd .. cd ../transducer
pytest -v -s ./transducer pytest -v -s
- name: Run tests - name: Run tests
if: startsWith(matrix.os, 'macos') if: startsWith(matrix.os, 'macos')
@ -120,5 +120,5 @@ jobs:
cd egs/librispeech/ASR/conformer_ctc cd egs/librispeech/ASR/conformer_ctc
pytest -v -s pytest -v -s
cd .. cd ../transducer
pytest -v -s ./transducer pytest -v -s