From 62eef66f5b60a2bc960d6ccc6c2a9bf8eabf1cf1 Mon Sep 17 00:00:00 2001 From: pkufool Date: Mon, 23 Aug 2021 10:18:51 +0800 Subject: [PATCH] Install icefall requirements --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d0305c9a..e8be4fbdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,6 +49,8 @@ jobs: run: | python3 -m pip install --upgrade pip pytest kaldialign torch==${{ matrix.torch }} pip install k2==${{ matrix.k2-version }}+cpu.torch${{ matrix.torch }} -f https://k2-fsa.org/nightly/ + # icefall requirements + pip install -r requirements.txt git clone https://github.com/lhotse-speech/lhotse cd lhotse