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:
parent
596b3edf72
commit
5567370214
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test_python_3_10.yml
vendored
2
.github/workflows/test_python_3_10.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
installer-parallel: true
|
installer-parallel: true
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction
|
run: poetry install --no-interaction -E docs
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: poetry run pytest cognee/tests/unit/
|
run: poetry run pytest cognee/tests/unit/
|
||||||
|
|
|
||||||
2
.github/workflows/test_python_3_11.yml
vendored
2
.github/workflows/test_python_3_11.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
installer-parallel: true
|
installer-parallel: true
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction
|
run: poetry install --no-interaction -E docs
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: poetry run pytest cognee/tests/unit/
|
run: poetry run pytest cognee/tests/unit/
|
||||||
|
|
|
||||||
2
.github/workflows/test_python_3_9.yml
vendored
2
.github/workflows/test_python_3_9.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
installer-parallel: true
|
installer-parallel: true
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --no-interaction
|
run: poetry install --no-interaction -E docs
|
||||||
|
|
||||||
- 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