Skip to content

Commit e691ade

Browse files
committed
pythonpath
1 parent 5dde989 commit e691ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
- name: Install dependencies
5656
run: uv sync --dev --extra sql --extra encryption --extra grpc --extra telemetry
5757
- name: Run tests and check coverage
58-
run: uv run pytest --cov=a2a --cov-report term --cov-fail-under=88
58+
run: PYTHONPATH=. uv run pytest --cov=a2a --cov-report term --cov-fail-under=88
5959
- name: Show coverage summary in log
6060
run: uv run coverage report

0 commit comments

Comments
 (0)