Skip to content
Snippets Groups Projects
Commit a54800d2 authored by Simonas's avatar Simonas
Browse files

nltk download to tests

parent ca485024
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,9 @@ jobs: ...@@ -36,6 +36,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
poetry install poetry install
- name: Install nltk
run: |
pip install nltk
- name: Download nltk data - name: Download nltk data
run: | run: |
python -m nltk.downloader punkt python -m nltk.downloader punkt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment