8000 Merge branch 'main' into fix_typos · LotsoTeddy/adk-python@e50c463 · GitHub
[go: up one dir, main page]

Skip to content

Commit e50c463

Browse files
Merge branch 'main' into fix_typos
2 parents 2ee1c65 + 995dc82 commit e50c463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
run: |
3030
uv venv .venv
3131
source .venv/bin/activate
32-
uv sync --extra test --extra eval
32+
uv sync --extra test
3333
3434
- name: Run unit tests with pytest
3535
run: |
3636
source .venv/bin/activate
3737
pytest tests/unittests \
3838
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \
39-
--ignore=tests/unittests/artifacts/test_artifact_service.py
39+
--ignore=tests/unittests/artifacts/test_artifact_service.py

0 commit comments

Comments
 (0)
0