chore: Update gh actions to install docs extra

Update library gh actions to install docs extra to test unstructured integration tests

Chore COG-685
This commit is contained in:
Igor Ilic 2024-12-09 09:32:28 +01:00
parent 596b3edf72
commit 5567370214
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ jobs:
installer-parallel: true
- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --no-interaction -E docs
- name: Run unit tests
run: poetry run pytest cognee/tests/unit/

View file

@ -47,7 +47,7 @@ jobs:
installer-parallel: true
- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --no-interaction -E docs
- name: Run unit tests
run: poetry run pytest cognee/tests/unit/

View file

@ -47,7 +47,7 @@ jobs:
installer-parallel: true
- name: Install dependencies
run: poetry install --no-interaction
run: poetry install --no-interaction -E docs
- name: Run unit tests
run: poetry run pytest cognee/tests/unit/