We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b849c28 commit 5f19010Copy full SHA for 5f19010
1 file changed
.github/workflows/run-tck.yaml
@@ -92,7 +92,7 @@ jobs:
92
id: run-tck-mandatory
93
timeout-minutes: 5
94
run: |
95
- ./run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category mandatory --transports jsonrpc
+ uv run run_tck.py --sut-url ${{ env.SUT_JSONRPC_URL }} --category mandatory --transports jsonrpc
96
working-directory: tck/a2a-tck
97
98
- name: Run TCK (capabilities)
0 commit comments