Skip to content

Commit 5f19010

Browse files
committed
Use uv run for TCK
1 parent b849c28 commit 5f19010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
id: run-tck-mandatory
9393
timeout-minutes: 5
9494
run: |
95-
./run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category mandatory --transports jsonrpc
95+
uv run run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category mandatory --transports jsonrpc
9696
working-directory: tck/a2a-tck
9797

9898
- name: Run TCK (capabilities)

0 commit comments

Comments
 (0)