Skip to content

Commit 1354e83

Browse files
committed
Add punkt.
1 parent 677ccd6 commit 1354e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install pre-commit
2525
pip install -r requirements.txt
2626
pip install tox pytest
27-
python -c "import nltk; nltk.download('stopwords')"
27+
python -c "import nltk; nltk.download('stopwords'); nltk.download('punkt')"
2828
- name: Lint with pre-commit
2929
run: pre-commit run --all-files
3030
- name: Testing on python ${{ matrix.python-version }} with tox

0 commit comments

Comments
 (0)