Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion context-graph/actions-graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading