Skip to content

Commit c4e6eec

Browse files
Get nltk data
1 parent 50f1c70 commit c4e6eec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
- name: Lint with flake8
3232
run: |
3333
python -m flake8 .
34+
- name: Install NLTK data
35+
run: |
36+
python -m nltk.downloader punkt
37+
python -m nltk.downloader punkt_tab
3438
- name: Test with unittest
3539
run: |
3640
# Run all the "standard" tests

0 commit comments

Comments
 (0)