No public description

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/260 from google:hangfei-patch-1 f514134c4fc3ad340dd274a38d01cc6f77056339
PiperOrigin-RevId: 748934896
This commit is contained in:
Hangfei Lin
2025-04-17 22:50:29 -07:00
committed by Copybara-Service
parent 995dc8276b
commit 45a465e9b0
2 changed files with 3 additions and 3 deletions

View File

@@ -29,11 +29,11 @@ jobs:
run: |
uv venv .venv
source .venv/bin/activate
uv sync --extra test
uv sync --extra test --extra eval
- name: Run unit tests with pytest
run: |
source .venv/bin/activate
pytest tests/unittests \
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \
--ignore=tests/unittests/artifacts/test_artifact_service.py
--ignore=tests/unittests/artifacts/test_artifact_service.py