We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204ffad commit f8f792dCopy full SHA for f8f792d
.github/workflows/run-tck.yml
@@ -13,9 +13,9 @@ on:
13
workflow_dispatch:
14
15
env:
16
- # TODO once we have the TCK for 0.4.0 we will need to look at the branch to decide which TCK version to run.
+ # TODO this is currently running the TCK off the main branch which included changes needed for 0.4.0
17
# Tag of the TCK
18
- TCK_VERSION: 0.3.0.beta3
+ TCK_VERSION: main
19
# Tells uv to not need a venv, and instead use system
20
UV_SYSTEM_PYTHON: 1
21
# SUT_JSONRPC_URL to use for the TCK and the server agent
0 commit comments