We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d0d03 commit 5ac1647Copy full SHA for 5ac1647
4 files changed
.github/workflows/pythonapp.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
python -m pip install --upgrade pip
17
pip install poetry
18
- poetry install -v -E nlp -E subtitles
+ poetry install -v --with nlp,subtitles
19
poetry run python -m nltk.downloader punkt averaged_perceptron_tagger
20
- name: Lint with flake8
21
0 commit comments