change for yml

This commit is contained in:
luomingshuang 2022-06-01 21:58:12 +08:00
parent 077be8c9c9
commit 5d2615d46d
2 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ jobs:
- name: Install Python dependencies
run: |
grep -v '^#' ./requirements-ci.txt | xargs -n 1 -L 1 pip install
pip uninstall -y protobuf
pip install --no-binary protobuf protobuf

View File

@ -76,7 +76,6 @@ 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 uninstall -y protobuf
pip install --no-binary protobuf protobuf