From 038ef2fd68dab1b2943a188368ff5e5d9bdf92a3 Mon Sep 17 00:00:00 2001 From: antejavor Date: Tue, 12 May 2026 13:33:08 +0200 Subject: [PATCH 1/2] Update testing component. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From c2995cc86fd7792f7dc24311da3ae18deba76c4c Mon Sep 17 00:00:00 2001 From: antejavor Date: Tue, 12 May 2026 13:35:21 +0200 Subject: [PATCH 2/2] Update actions graph readme me. --- context-graph/actions-graph/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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