diff --git a/.github/workflows/ci-icefall.yml b/.github/workflows/ci-icefall.yml index 47157a5e00..5f33f4e4e4 100644 --- a/.github/workflows/ci-icefall.yml +++ b/.github/workflows/ci-icefall.yml @@ -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