We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f19010 commit da8acbaCopy full SHA for da8acba
1 file changed
.github/workflows/run-tck.yaml
@@ -99,7 +99,7 @@ jobs:
99
id: run-tck-capabilities
100
timeout-minutes: 5
101
run: |
102
- ./run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category capabilities --transports jsonrpc
+ uv run run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category capabilities --transports jsonrpc
103
working-directory: tck/a2a-tck
104
105
- name: Stop SUT
0 commit comments