Skip to content

Commit

Permalink
nltk download to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simjak committed Dec 13, 2023
1 parent ca48502 commit a54800d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install dependencies
run: |
poetry install
- name: Install nltk
run: |
pip install nltk
- name: Download nltk data
run: |
python -m nltk.downloader punkt
Expand Down

0 comments on commit a54800d

Please sign in to comment.