Skip to content

Commit

Permalink
Fix icefall path
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinyuan Li committed Dec 15, 2023
1 parent 264cf33 commit dcf30e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-icefall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
pip install kaldiio
pip install tensorflow
- name: Test Action
run: pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_pytorch_icefall.py --framework=pytorch --durations=0
run: |
cd icefall
pytest --cov-report=xml --cov=art --cov-append -q -vv tests/estimators/speech_recognition/test_pytorch_icefall.py --framework=pytorch --durations=0
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit dcf30e8

Please sign in to comment.