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:
Liang Wu
2026-02-20 14:22:25 -08:00
committed by Copybara-Service
parent 9c4c445369
commit 77df6d8db7
+1 -1
View File
@@ -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: |