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 a54800d commit eb7c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
pip install nltk
- name: Download nltk data
run: |
python -m nltk.downloader punkt
python -m nltk.downloader punkt stopwords wordnet
- name: Pytest
run: |
make test
Expand Down

0 comments on commit eb7c6f0

Please sign in to comment.