mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 08:34:19 +00:00
change for test.yml
This commit is contained in:
parent
126e5863f5
commit
56fea10a0e
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -76,11 +76,12 @@ jobs:
|
||||
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
|
||||
pip install -r requirements.txt
|
||||
|
||||
# pip install -r requirements.txt
|
||||
pip uninstall -y protobuf
|
||||
pip install --no-binary protobuf protobuf
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Install graphviz
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user