Fix a typo.

This commit is contained in:
Fangjun Kuang 2021-08-23 07:52:33 +08:00
parent f65525d0a2
commit 1bdfcb62b9

View File

@ -47,7 +47,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip black flake8
python3 -m pip install -U pip
python3 -m pip install k2=1.4.dev20210822+cpu.torch1.9.0 -f https://k2-fsa.org/nightly/
python3 -m pip install k2==1.4.dev20210822+cpu.torch1.9.0 -f https://k2-fsa.org/nightly/
python3 -m pip install torchaudio==0.9.0
python3 -m pip install git+https://github.com/lhotse-speech/lhotse
git clone