From 5567370214b100c32254c4fe60755fce3dbe8a0d Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Mon, 9 Dec 2024 09:32:28 +0100 Subject: [PATCH] chore: Update gh actions to install docs extra Update library gh actions to install docs extra to test unstructured integration tests Chore COG-685 --- .github/workflows/test_python_3_10.yml | 2 +- .github/workflows/test_python_3_11.yml | 2 +- .github/workflows/test_python_3_9.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_python_3_10.yml b/.github/workflows/test_python_3_10.yml index dc1594db4..30d266379 100644 --- a/.github/workflows/test_python_3_10.yml +++ b/.github/workflows/test_python_3_10.yml @@ -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/ diff --git a/.github/workflows/test_python_3_11.yml b/.github/workflows/test_python_3_11.yml index 0ef9bf910..1bf8b50f0 100644 --- a/.github/workflows/test_python_3_11.yml +++ b/.github/workflows/test_python_3_11.yml @@ -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/ diff --git a/.github/workflows/test_python_3_9.yml b/.github/workflows/test_python_3_9.yml index adce159ad..cac4d0cd5 100644 --- a/.github/workflows/test_python_3_9.yml +++ b/.github/workflows/test_python_3_9.yml @@ -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/