change for yml

This commit is contained in:
luomingshuang 2022-06-01 20:43:21 +08:00
parent 2c910d1a5c
commit bd73280e52

View File

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