Fix for now
This commit is contained in:
parent
72b503f198
commit
7a4a0f4705
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_python_3_12.yml
vendored
2
.github/workflows/test_python_3_12.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
run: poetry install --no-interaction -E docs
|
||||
- name: Download NLTK tokenizer data
|
||||
run: |
|
||||
poetry run python -m nltk.downloader punkt_data
|
||||
poetry run python -m nltk.downloader punkt_tab
|
||||
|
||||
- name: Run unit tests
|
||||
run: poetry run pytest cognee/tests/unit/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue