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/