Update format

This commit is contained in:
vasilije 2025-01-16 20:49:50 +01:00
parent b2355deeab
commit 5b31638bef
2 changed files with 6 additions and 0 deletions

View file

@ -42,6 +42,9 @@ jobs:
- name: Install dependencies
run: poetry install --no-interaction -E docs
- name: Download NLTK tokenizer data
run: |
poetry run python -m nltk.downloader punkt_data
- name: Run unit tests
run: poetry run pytest cognee/tests/unit/

View file

@ -43,6 +43,9 @@ jobs:
- name: Install dependencies
run: poetry install --no-interaction -E docs
- name: Download NLTK tokenizer data
run: |
poetry run python -m nltk.downloader punkt_data
- name: Run unit tests
run: poetry run pytest cognee/tests/unit/