8000 Merge branch 'main' into fix_typos · shanthshivam/adk-python@6b86bcc · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 6b86bcc

Browse files
Merge branch 'main' into fix_typos
2 parents e50c463 + 45a465e commit 6b86bcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
run: |
3030
uv venv .venv
3131
source .venv/bin/activate
32-
uv sync --extra test
32+
uv sync --extra test --extra eval
3333
3434
- name: Run unit tests with pytest
3535
run: |
3636
source .venv/bin/activate
3737
pytest tests/unittests \
3838
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \
39-
--ignore=tests/unittests/artifacts/test_artifact_service.py
39+
--ignore=tests/unittests/artifacts/test_artifact_service.py

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Initial release of the Agent Development Kit (ADK).
88
* Multi-agent, agent-as-workflow, and custom agent support
99
* Tool authentication support
10-
* Rich tool support, e.g. bult-in tools, google-cloud tools, thir-party tools, and MCP tools
10+
* Rich tool support, e.g. bult-in tools, google-cloud tools, third-party tools, and MCP tools
1111
* Rich callback support
1212
* Built-in code execution capability
1313
* Asynchronous runtime and execution

0 commit comments

Comments
 (0)
0