We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677ccd6 commit 1354e83Copy full SHA for 1354e83
.github/workflows/pytest.yml
@@ -24,7 +24,7 @@ jobs:
24
pip install pre-commit
25
pip install -r requirements.txt
26
pip install tox pytest
27
- python -c "import nltk; nltk.download('stopwords')"
+ python -c "import nltk; nltk.download('stopwords'); nltk.download('punkt')"
28
- name: Lint with pre-commit
29
run: pre-commit run --all-files
30
- name: Testing on python ${{ matrix.python-version }} with tox
0 commit comments