diff --git a/.github/workflows/python-unit-tests.yml b/.github/workflows/python-unit-tests.yml index 676c276..78cc3c4 100644 --- a/.github/workflows/python-unit-tests.yml +++ b/.github/workflows/python-unit-tests.yml @@ -29,11 +29,11 @@ jobs: run: | uv venv .venv source .venv/bin/activate - uv sync --extra test + uv sync --extra test --extra eval - name: Run unit tests with pytest run: | source .venv/bin/activate pytest tests/unittests \ --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \ - --ignore=tests/unittests/artifacts/test_artifact_service.py \ No newline at end of file + --ignore=tests/unittests/artifacts/test_artifact_service.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e09f8a..f333e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ * Initial release of the Agent Development Kit (ADK). * Multi-agent, agent-as-workflow, and custom agent support * Tool authentication support -* Rich tool support, e.g. bult-in tools, google-cloud tools, thir-party tools, and MCP tools +* Rich tool support, e.g. bult-in tools, google-cloud tools, third-party tools, and MCP tools * Rich callback support * Built-in code execution capability * Asynchronous runtime and execution