mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Fix tests.
This commit is contained in:
parent
9fad0fd915
commit
9d68199322
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -103,8 +103,10 @@ jobs:
|
|||||||
cd egs/librispeech/ASR/conformer_ctc
|
cd egs/librispeech/ASR/conformer_ctc
|
||||||
pytest -v -s
|
pytest -v -s
|
||||||
|
|
||||||
cd ../transducer
|
if [[ ${{ matrix.torchaudio }} == "0.10.0" ]]; then
|
||||||
pytest -v -s
|
cd ../transducer
|
||||||
|
pytest -v -s
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: startsWith(matrix.os, 'macos')
|
||||||
@ -120,5 +122,7 @@ jobs:
|
|||||||
cd egs/librispeech/ASR/conformer_ctc
|
cd egs/librispeech/ASR/conformer_ctc
|
||||||
pytest -v -s
|
pytest -v -s
|
||||||
|
|
||||||
cd ../transducer
|
if [[ ${{ matrix.torchaudio }} == "0.10.0" ]]; then
|
||||||
pytest -v -s
|
cd ../transducer
|
||||||
|
pytest -v -s
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user