Skip to content

Commit 5ac1647

Browse files
committed
work on packaging overhaul
1 parent 08d0d03 commit 5ac1647

4 files changed

Lines changed: 5524 additions & 389 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
pip install poetry
18-
poetry install -v -E nlp -E subtitles
18+
poetry install -v --with nlp,subtitles
1919
poetry run python -m nltk.downloader punkt averaged_perceptron_tagger
2020
- name: Lint with flake8
2121
run: |

0 commit comments

Comments
 (0)