Skip to content
Snippets Groups Projects
Unverified Commit 691684ee authored by James Briggs's avatar James Briggs
Browse files

add nltk back to workflows

parent f5eeb1c3
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,12 @@ jobs:
- name: Install dependencies
run: |
poetry install --all-extras
- name: Install nltk
run: |
pip install nltk
- name: Download nltk data
run: |
python -m nltk.downloader punkt stopwords wordnet
- name: Pytest
run: |
make test
......
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