Fixes CI unit testing

This commit is contained in:
Trenton Holmes
2022-09-15 08:56:40 -07:00
committed by Trenton H
parent d856e48045
commit a7e1ba82d6
3 changed files with 23 additions and 20 deletions

View File

@@ -125,6 +125,9 @@ 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: |