Fix tests.

This commit is contained in:
Fangjun Kuang 2021-12-17 20:51:50 +08:00
parent 9fad0fd915
commit 9d68199322

View File

@ -103,8 +103,10 @@ jobs:
cd egs/librispeech/ASR/conformer_ctc
pytest -v -s
cd ../transducer
pytest -v -s
if [[ ${{ matrix.torchaudio }} == "0.10.0" ]]; then
cd ../transducer
pytest -v -s
fi
- name: Run tests
if: startsWith(matrix.os, 'macos')
@ -120,5 +122,7 @@ jobs:
cd egs/librispeech/ASR/conformer_ctc
pytest -v -s
cd ../transducer
pytest -v -s
if [[ ${{ matrix.torchaudio }} == "0.10.0" ]]; then
cd ../transducer
pytest -v -s
fi