punkt_tab
Some checks are pending
Python Tests / test (3.11) (push) Waiting to run

This commit is contained in:
vegu-ai-tools 2025-05-04 13:23:19 +03:00
parent ac3316bde3
commit b0db25d612

View file

@ -49,7 +49,7 @@ jobs:
- name: Download NLTK data
run: |
source talemate_env/bin/activate
python -c "import nltk; nltk.download('punkt')"
python -c "import nltk; nltk.download('punkt_tab')"
- name: Run tests
run: |