Fix for now

This commit is contained in:
vasilije 2025-01-16 20:59:23 +01:00
parent 72b503f198
commit 7a4a0f4705

View file

@ -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/