change for workflow yml

This commit is contained in:
luomingshuang 2022-06-01 20:35:45 +08:00
parent 56fea10a0e
commit 2c910d1a5c

View File

@ -48,7 +48,8 @@ jobs:
- name: Install Python dependencies
run: |
grep -v '^#' ./requirements-ci.txt | xargs -n 1 -L 1 pip install
grep -v '^#' pip uninstall -y protobuf | pip install --no-binary protobuf protobuf |
./requirements-ci.txt | xargs -n 1 -L 1 pip install
- name: Cache kaldifeat
id: my-cache