Update python-unit-tests.yml (#257)

fix test dependency
This commit is contained in:
Hangfei Lin 2025-04-17 19:07:14 -07:00 committed by GitHub
parent 443bc08d2b
commit b8514f26fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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