Skip to content

Commit 53d583d

Browse files
committed
Added nltk as a test dependency.
1 parent 192c47f commit 53d583d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python -m pip install pytest
3030
python -m pip install pytest-cov
3131
python -m pip install tiktoken
32+
python -m pip install nltk
3233
3334
- name: Install semchunk
3435
run: |

0 commit comments

Comments
 (0)