Skip to content

Commit 7a68bc3

Browse files
committed
Fix kaldilm version for python 3.12 CI
1 parent 0cbe47c commit 7a68bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
pip install ctc-segmentation
4444
pip install k2==1.24.4.dev20240223+cpu.torch2.2.1 -f https://k2-fsa.github.io/k2/cpu.html
4545
pip install protobuf
46-
pip install kaldilm==1.15
46+
pip install kaldilm==1.15.1
4747
- name: Consistency tests with pytest
4848
run: |
4949
pytest tests/consistency

0 commit comments

Comments
 (0)