From 89372c37f4a542cb4d52d88d2e93ab8aa6604d84 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Tue, 15 Mar 2022 15:05:54 +0800 Subject: [PATCH] Minor fixes. --- .github/workflows/run-librispeech-2022-03-12.yml | 5 ++--- requirements-ci.txt | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-librispeech-2022-03-12.yml b/.github/workflows/run-librispeech-2022-03-12.yml index 1870bacb7..221104f8f 100644 --- a/.github/workflows/run-librispeech-2022-03-12.yml +++ b/.github/workflows/run-librispeech-2022-03-12.yml @@ -22,12 +22,11 @@ on: branches: - master pull_request: - branches: - - master + types: [labeled] jobs: run_librispeech_2022_03_12: - # if: github.event.label.name == 'ready' || github.event_name == 'push' + if: github.event.label.name == 'ready' || github.event_name == 'push' runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/requirements-ci.txt b/requirements-ci.txt index 6e39bef83..b5ee6b51c 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -13,7 +13,7 @@ graphviz==0.19.1 -f https://k2-fsa.org/nightly/ k2==1.9.dev20211101+cpu.torch1.10.0 -lhotse==0.12.0 +git+https://github.com/lhotse-speech/lhotse kaldilm==1.11 kaldialign==0.2 sentencepiece==0.1.96