mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 08:34:19 +00:00
change for workflow yml
This commit is contained in:
parent
56fea10a0e
commit
2c910d1a5c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user