Fixes CI unit testing

This commit is contained in:
Trenton Holmes
2022-09-15 08:56:40 -07:00
committed by Trenton H
parent 66884ea035
commit 8140f5aa33
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: |