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
3048d59968
commit
b3a5b04e13
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -103,8 +103,7 @@ jobs:
|
|||||||
cd egs/librispeech/ASR/conformer_ctc
|
cd egs/librispeech/ASR/conformer_ctc
|
||||||
pytest -v -s
|
pytest -v -s
|
||||||
|
|
||||||
cd $PWD
|
cd ..
|
||||||
cd egs/librispeech/ASR
|
|
||||||
pytest -v -s ./transducer
|
pytest -v -s ./transducer
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
@ -117,11 +116,9 @@ jobs:
|
|||||||
export DYLD_LIBRARY_PATH=$lib_path:$DYLD_LIBRARY_PATH
|
export DYLD_LIBRARY_PATH=$lib_path:$DYLD_LIBRARY_PATH
|
||||||
pytest -v -s ./test
|
pytest -v -s ./test
|
||||||
|
|
||||||
pwd=$PWD
|
|
||||||
# run tests for conformer ctc
|
# run tests for conformer ctc
|
||||||
cd egs/librispeech/ASR/conformer_ctc
|
cd egs/librispeech/ASR/conformer_ctc
|
||||||
pytest -v -s
|
pytest -v -s
|
||||||
|
|
||||||
cd $PWD
|
cd ..
|
||||||
cd egs/librispeech/ASR
|
|
||||||
pytest -v -s ./transducer
|
pytest -v -s ./transducer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user