Skip to content

Commit 77df6d8

Browse files
wuliang229copybara-github
authored andcommitted
ci: only keep --extra test in GitHub unit test workflow
Co-authored-by: Liang Wu <wuliang@google.com> PiperOrigin-RevId: 873072872
1 parent 9c4c445 commit 77df6d8

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 --extra a2a
46+
uv sync --extra test
4747
4848
- name: Run unit tests with pytest
4949
run: |

0 commit comments

Comments
 (0)