Skip to content

Commit

Permalink
dropme: windows CI debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Sep 17, 2024
1 parent 1232452 commit 3d19926
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions crates/uv/src/commands/tool/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,16 @@ pub(crate) async fn install(
"Ignored existing environment for `{from}` due to stale Python interpreter",
from = from.name.cyan(),
);
// XXX(lucab)
#[cfg(target_os = "windows")]
{
let _ = writeln!(
printer.stderr(),
"Interpreter mismatch: old='{}' vs new='{}'",
old_interpreter.display(),
selected_interpreter.display(),
);
}
}
same_executable
});
Expand Down

0 comments on commit 3d19926

Please sign in to comment.