mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-09-01 01:49:09 +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
|
- name: Download NLTK data
|
||||||
run: |
|
run: |
|
||||||
source talemate_env/bin/activate
|
source talemate_env/bin/activate
|
||||||
python -c "import nltk; nltk.download('punkt')"
|
python -c "import nltk; nltk.download('punkt_tab')"
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue