add nltk install to the workflow

This commit is contained in:
alexisxy 2023-09-19 14:43:12 -04:00
parent 536b5cf3e1
commit bb3115b055

View File

@ -24,6 +24,7 @@ jobs:
run: |
pip install -r requirements.txt
playwright install
python -m nltk.downloader punkt stopwords
pip install -e .[dev]
- name: Type-checking package with mypy
run: |