mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-06-21 05:11:11 +00:00
This commit is contained in:
parent
ac3316bde3
commit
b0db25d612
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue