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