diff --git a/.github/workflows/ci-icefall.yml b/.github/workflows/ci-icefall.yml index 5f33f4e4e4..1819d1233b 100644 --- a/.github/workflows/ci-icefall.yml +++ b/.github/workflows/ci-icefall.yml @@ -70,15 +70,15 @@ jobs: pip install pytest-cov pip install kaldiio pip install tensorflow - cd egs/fluent_speech_commands/SLU + cd egs/fluent_speech_commands/SLU/transducer wget -O epoch-6.pt https://www.dropbox.com/scl/fi/97wvdjmbuyj13kpzhricc/epoch-6.pt?rlkey=7mehc4v41fovfz0ksbt98krry&dl=0 wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1K-CaHTtJ-zZ5oW0us0OaKQmsD2-cO0xN' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1K-CaHTtJ-zZ5oW0us0OaKQmsD2-cO0xN" -O frames.zip && rm -rf /tmp/cookies.txt1K-CaHTtJ-zZ5oW0us0OaKQmsD2-cO0xN unzip frames.zip - name: Test Action run: | - cd icefall/icefall + cd icefall export PYTHONPATH=$PYTHONPATH:$(pwd) - cd ../egs/fluent_speech_commands/SLU + cd egs/fluent_speech_commands/SLU/transducer 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