Skip to content

Commit bd24226

Browse files
committed
make sure punkt_tab is available
1 parent 54c0155 commit bd24226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install --upgrade pip
4040
pip install -r tests/requirements.txt
41-
python -m nltk.downloader popular punkt
41+
python -m nltk.downloader popular punkt punkt_tab
4242
4343
- name: Run Unit Tests
4444
run: |

0 commit comments

Comments
 (0)