Skip to content

Commit f24dc8d

Browse files
committed
docs(e2e): fix stale auto-sync note on the echo-agent fixture
The launch path now uses `uv run --no-sync`; deps come from the explicit `uv sync` step in CI.
1 parent 5818d1f commit f24dc8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/lk/testdata/echo-agent/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
# uv project marker. The daemon launches via `uv run --no-sync`, so deps must
2+
# be installed up front (CI runs `uv sync`; see session-e2e.yaml).
33
[project]
44
name = "lk-session-e2e-echo-agent"
55
version = "0"

0 commit comments

Comments
 (0)