Skip to content

Commit

Permalink
Merge pull request #67 from mindsdb/upgrade-nltk
Browse files Browse the repository at this point in the history
Upgrade NLTK
  • Loading branch information
ZoranPandovski authored Feb 11, 2025
2 parents 245d2b4 + 2e1156f commit cede573
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 164 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
pip install --no-cache-dir -e .
pip install flake8
pip install coverage
- name: Install NLTK data
run: |
python -m nltk.downloader punkt
python -m nltk.downloader punkt_tab
- name: Lint with flake8
run: |
python -m flake8 .
Expand Down
Loading

0 comments on commit cede573

Please sign in to comment.