This commit is contained in:
Fangjun Kuang 2021-09-13 13:49:16 +08:00
parent 8f64fb9921
commit 62b275962c

View File

@ -50,6 +50,7 @@ jobs:
run: | run: |
python3 -m pip install --upgrade pip pytest python3 -m pip install --upgrade pip pytest
pip install k2==${{ matrix.k2-version }}+cpu.torch${{ matrix.torch }} -f https://k2-fsa.org/nightly/ pip install k2==${{ matrix.k2-version }}+cpu.torch${{ matrix.torch }} -f https://k2-fsa.org/nightly/
pip install git+https://github.com/lhotse-speech/lhotse
# icefall requirements # icefall requirements
pip install -r requirements.txt pip install -r requirements.txt