We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55a97f commit 87ba201Copy full SHA for 87ba201
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
python -m pip install --upgrade pip
29
python -m pip install --upgrade poetry
30
- pip install flake8 pytest
+ pip install flake8 pytest nltk
31
poetry install
32
33
- name: Lint with flake8
0 commit comments