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 5818d1f commit f24dc8dCopy full SHA for f24dc8d
1 file changed
cmd/lk/testdata/echo-agent/pyproject.toml
@@ -1,5 +1,5 @@
1
-# uv project marker: [tool.uv] lets the daemon's `uv run python` auto-sync
2
-# these deps -- no separate install step.
+# uv project marker. The daemon launches via `uv run --no-sync`, so deps must
+# be installed up front (CI runs `uv sync`; see session-e2e.yaml).
3
[project]
4
name = "lk-session-e2e-echo-agent"
5
version = "0"
0 commit comments