From dcf30e8f315e7deea26b8dcdf52addbe2cd8019f Mon Sep 17 00:00:00 2001 From: Xinyuan Li Date: Fri, 15 Dec 2023 16:24:24 -0500 Subject: [PATCH] Fix icefall path --- .github/workflows/ci-icefall.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-icefall.yml b/.github/workflows/ci-icefall.yml index 42618a63de..34cebd05e1 100644 --- a/.github/workflows/ci-icefall.yml +++ b/.github/workflows/ci-icefall.yml @@ -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: