Skip to content

Commit

Permalink
Fix path in pytest
Browse files Browse the repository at this point in the history
Signed-off-by: Xinyuan Li <[email protected]>
  • Loading branch information
Xinyuan Li committed Jan 31, 2024
1 parent d2ad985 commit 6f14860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-icefall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
unzip frames.zip
- name: Test Action
run: |
cd icefall
export PYTHONPATH=$PYTHONPATH:$(pwd)/icefall
cd egs/fluent_speech_commands/SLU
cd icefall/icefall
export PYTHONPATH=$PYTHONPATH:$(pwd)
cd ../egs/fluent_speech_commands/SLU
export PYTHONPATH=$PYTHONPATH:$(pwd)
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
Expand Down

0 comments on commit 6f14860

Please sign in to comment.