You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
ci: only keep --extra test in GitHub unit test workflow
Co-authored-by: Liang Wu <wuliang@google.com> PiperOrigin-RevId: 873072872
This commit is contained in:
committed by
Copybara-Service
parent
9c4c445369
commit
77df6d8db7
@@ -43,7 +43,7 @@ jobs:
|
||||
run: |
|
||||
uv venv .venv
|
||||
source .venv/bin/activate
|
||||
uv sync --extra test --extra eval --extra a2a
|
||||
uv sync --extra test
|
||||
|
||||
- name: Run unit tests with pytest
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user