diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6996b5e..c7aa1c3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -301,4 +301,4 @@ jobs: - name: Run tests working-directory: context-graph/actions-graph - run: uv run --package actions-graph --extra test pytest tests/ -v + run: uv run --package actions-graph --extra test --extra agent-context-graph pytest tests/ -v diff --git a/context-graph/actions-graph/README.md b/context-graph/actions-graph/README.md index 6f5db29..f586b30 100644 --- a/context-graph/actions-graph/README.md +++ b/context-graph/actions-graph/README.md @@ -27,7 +27,7 @@ pip install actions-graph For Agent Context Graph integration: ```bash -pip install actions-graph agent-context-graph +pip install "actions-graph[agent-context-graph]" ``` ## Quick Start