Skip to content

Commit cede573

Browse files
Merge pull request #67 from mindsdb/upgrade-nltk
Upgrade NLTK
2 parents 245d2b4 + 2e1156f commit cede573

File tree

3 files changed

+147
-164
lines changed

3 files changed

+147
-164
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
pip install --no-cache-dir -e .
3030
pip install flake8
3131
pip install coverage
32+
- name: Install NLTK data
33+
run: |
34+
python -m nltk.downloader punkt
35+
python -m nltk.downloader punkt_tab
3236
- name: Lint with flake8
3337
run: |
3438
python -m flake8 .

0 commit comments

Comments
 (0)