Skip to content

Commit da8acba

Browse files
committed
Use uv run for capabilities as well
1 parent 5f19010 commit da8acba

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
@@ -99,7 +99,7 @@ jobs:
9999
id: run-tck-capabilities
100100
timeout-minutes: 5
101101
run: |
102-
./run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category capabilities --transports jsonrpc
102+
uv run run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category capabilities --transports jsonrpc
103103
working-directory: tck/a2a-tck
104104

105105
- name: Stop SUT

0 commit comments

Comments
 (0)