mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-16 04:02:55 -06:00
No public description
PiperOrigin-RevId: 748918432
This commit is contained in:
parent
b8514f26fe
commit
995dc8276b
4
.github/workflows/python-unit-tests.yml
vendored
4
.github/workflows/python-unit-tests.yml
vendored
@ -29,11 +29,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
uv venv .venv
|
uv venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
uv sync --extra test --extra eval
|
uv sync --extra test
|
||||||
|
|
||||||
- name: Run unit tests with pytest
|
- name: Run unit tests with pytest
|
||||||
run: |
|
run: |
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pytest tests/unittests \
|
pytest tests/unittests \
|
||||||
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \
|
--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
|
Loading…
Reference in New Issue
Block a user