Skip to content

Commit e980012

Browse files
committed
Add kenlm dep to missing tests
1 parent ee6674d commit e980012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
- run: pip install .[sklearn,tf-cpu,torch,testing,sentencepiece,torch-speech,vision]
122122
- run: pip install torch-scatter -f https://pytorch-geometric.com/whl/torch-1.10.0+cpu.html
123123
- run: pip install tensorflow_probability
124+
- run: pip install https://github.com/kpu/kenlm/archive/master.zip
124125
- save_cache:
125126
key: v0.4-{{ checksum "setup.py" }}
126127
paths:

0 commit comments

Comments
 (0)