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

remove nltk from test workflow

parent e314731d
No related branches found
No related tags found
No related merge requests found
......@@ -39,12 +39,6 @@ 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
......
This diff is collapsed.
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