Update format

This commit is contained in:
vasilije 2025-01-16 20:54:02 +01:00
parent 5b31638bef
commit f19b58a7bb

View file

@ -44,7 +44,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
- name: Run unit tests
run: poetry run pytest cognee/tests/unit/