Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI test. #5

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ jobs:
cd egs/librispeech/ASR/conformer_ctc
pytest -v -s

cd ..
pytest -v -s ./transducer

- name: Run tests
if: startsWith(matrix.os, 'macos')
run: |
Expand All @@ -113,6 +116,9 @@ jobs:
export DYLD_LIBRARY_PATH=$lib_path:$DYLD_LIBRARY_PATH
pytest -v -s ./test

# runt tests for conformer ctc
# run tests for conformer ctc
cd egs/librispeech/ASR/conformer_ctc
pytest -v -s

cd ..
pytest -v -s ./transducer
Empty file.
Loading