Mock out the nltk portions so the data doesn't need to be downloaded

This commit is contained in:
Trenton Holmes
2022-09-15 19:40:21 -07:00
committed by Trenton H
parent a7e1ba82d6
commit f7cd6974c5
2 changed files with 13 additions and 4 deletions

View File

@@ -125,9 +125,6 @@ jobs:
name: Install Python dependencies
run: |
pipenv sync --dev
pipenv run python3 -m nltk.downloader snowball_data
pipenv run python3 -m nltk.downloader stopwords
pipenv run python3 -m nltk.downloader punkt
-
name: List installed Python dependencies
run: |