Skip to content

Commit

Permalink
Get nltk data
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoranPandovski committed Feb 11, 2025
1 parent c9bb221 commit 1416aa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
pip install --no-cache-dir -e .
pip install flake8
pip install coverage
- name: Install NLTK data
run: |
python -m nltk.downloader punkt
- name: Lint with flake8
run: |
python -m flake8 .
Expand Down

0 comments on commit 1416aa9

Please sign in to comment.