chore: Add a2a extra dependency for github UT workflows

PiperOrigin-RevId: 772251530
This commit is contained in:
Xiang (Sean) Zhou
2025-06-16 18:33:41 -07:00
committed by Copybara-Service
parent e2a81365ec
commit 476805d5b9
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
run: |
uv venv .venv
source .venv/bin/activate
uv sync --extra test --extra eval
uv sync --extra test --extra eval --extra a2a
- name: Run unit tests with pytest
run: |