Update format
This commit is contained in:
parent
b2355deeab
commit
5b31638bef
2 changed files with 6 additions and 0 deletions
3
.github/workflows/test_python_3_10.yml
vendored
3
.github/workflows/test_python_3_10.yml
vendored
|
|
@ -42,6 +42,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction -E docs
|
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
|
- name: Run unit tests
|
||||||
run: poetry run pytest cognee/tests/unit/
|
run: poetry run pytest cognee/tests/unit/
|
||||||
|
|
|
||||||
3
.github/workflows/test_python_3_12.yml
vendored
3
.github/workflows/test_python_3_12.yml
vendored
|
|
@ -43,6 +43,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction -E docs
|
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
|
- name: Run unit tests
|
||||||
run: poetry run pytest cognee/tests/unit/
|
run: poetry run pytest cognee/tests/unit/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue