Skip to content

Commit

Permalink
download nltk models for live test, should consider mocking
Browse files Browse the repository at this point in the history
  • Loading branch information
jrabbit committed Jul 4, 2024
1 parent 120cb9e commit cce9472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install -v -E nlp -E subtitles
python -m nltk.downloader punkt averaged_perceptron_tagger
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit cce9472

Please sign in to comment.