mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-14 04:22:21 +00:00
Fix lhotse installation
This commit is contained in:
parent
c97f6f63a8
commit
2300a15839
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -50,7 +50,9 @@ jobs:
|
|||||||
python3 -m pip install --upgrade pip pytest kaldialign torch==${{ matrix.torch }}
|
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/
|
pip install k2==${{ matrix.k2-version }}+cpu.torch${{ matrix.torch }} -f https://k2-fsa.org/nightly/
|
||||||
|
|
||||||
pip install lhotse
|
git clone https://github.com/lhotse-speech/lhotse
|
||||||
|
cd lhotse
|
||||||
|
python setup.py install
|
||||||
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user