We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dde989 commit e691adeCopy full SHA for e691ade
.github/workflows/unit-tests.yml
@@ -55,6 +55,6 @@ jobs:
55
- name: Install dependencies
56
run: uv sync --dev --extra sql --extra encryption --extra grpc --extra telemetry
57
- name: Run tests and check coverage
58
- run: uv run pytest --cov=a2a --cov-report term --cov-fail-under=88
+ run: PYTHONPATH=. uv run pytest --cov=a2a --cov-report term --cov-fail-under=88
59
- name: Show coverage summary in log
60
run: uv run coverage report
0 commit comments