8000 chore: Add a2a extra dependency for github UT workflows · google/adk-python@476805d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 476805d

Browse files
seanzhougooglecopybara-github
authored andcommitted
chore: Add a2a extra dependency for github UT workflows
PiperOrigin-RevId: 772251530
1 parent e2a8136 commit 476805d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
uv venv .venv
4545
source .venv/bin/activate
46-
uv sync --extra test --extra eval
46+
uv sync --extra test --extra eval --extra a2a
47< 43C3 code>47
4848
- name: Run unit tests with pytest
4949
run: |

0 commit comments

Comments
 (0)
0