Skip to content

Commit ea87365

Browse files
committed
fix(pixi): add rdc task to invoke dev version via uv run
pixi run rdc previously fell back to /usr/bin/rdc (stale system install) because no explicit task existed. Adding `rdc = "uv run rdc"` ensures the development version is always used.
1 parent 0ad4c4e commit ea87365

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ RENDERDOC_PYTHON_PATH = ".local/renderdoc"
6060
PYTHONPATH = "src"
6161

6262
[tasks]
63+
rdc = "uv run rdc"
6364
sync = "uv sync --extra dev && git config core.hooksPath .githooks && python scripts/ensure-renderdoc.py && python scripts/ensure-skill-link.py"
6465
install = "uv run python scripts/dev_install.py"
6566
setup-renderdoc = "python scripts/build_renderdoc.py .local/renderdoc --build-dir .local/renderdoc-build"

0 commit comments

Comments
 (0)