Skip to content

Commit 428cf8f

Browse files
committed
debug
1 parent 365874a commit 428cf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ifeq ($$(strip $$(PY$(subst .,,$1))),)
6464
PY$(subst .,,$1) := $$(BIN)/python$1
6565

6666
$$(PY$(subst .,,$1)): | $$(UV)
67-
$$(UV) python find $1 || $$(UV) python install $1
67+
RUST_LOG=uv=trace $$(UV) python find $1 || $$(UV) python install $1
6868
ln -s $$$$($$(UV) python find $1) $$@
6969

7070
$$@ --version

0 commit comments

Comments
 (0)