mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 10:16:14 +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
|
||||
pytest -v -s
|
||||
|
||||
cd $PWD
|
||||
cd egs/librispeech/ASR
|
||||
cd ..
|
||||
pytest -v -s ./transducer
|
||||
|
||||
- name: Run tests
|
||||
@ -117,11 +116,9 @@ jobs:
|
||||
export DYLD_LIBRARY_PATH=$lib_path:$DYLD_LIBRARY_PATH
|
||||
pytest -v -s ./test
|
||||
|
||||
pwd=$PWD
|
||||
# run tests for conformer ctc
|
||||
cd egs/librispeech/ASR/conformer_ctc
|
||||
pytest -v -s
|
||||
|
||||
cd $PWD
|
||||
cd egs/librispeech/ASR
|
||||
cd ..
|
||||
pytest -v -s ./transducer
|
||||
|
Loading…
x
Reference in New Issue
Block a user