mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 18:24:18 +00:00
Fix CI.
This commit is contained in:
parent
e62fe73104
commit
3048d59968
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -103,6 +103,10 @@ jobs:
|
|||||||
cd egs/librispeech/ASR/conformer_ctc
|
cd egs/librispeech/ASR/conformer_ctc
|
||||||
pytest -v -s
|
pytest -v -s
|
||||||
|
|
||||||
|
cd $PWD
|
||||||
|
cd egs/librispeech/ASR
|
||||||
|
pytest -v -s ./transducer
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: startsWith(matrix.os, 'macos')
|
||||||
run: |
|
run: |
|
||||||
@ -120,4 +124,4 @@ jobs:
|
|||||||
|
|
||||||
cd $PWD
|
cd $PWD
|
||||||
cd egs/librispeech/ASR
|
cd egs/librispeech/ASR
|
||||||
pytest -v -s ./rnnt
|
pytest -v -s ./transducer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user