We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192c47f commit 53d583dCopy full SHA for 53d583d
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
29
python -m pip install pytest
30
python -m pip install pytest-cov
31
python -m pip install tiktoken
32
+ python -m pip install nltk
33
34
- name: Install semchunk
35
run: |
0 commit comments