fix: temp for update

This commit is contained in:
ethernet
2026-06-04 23:32:08 -04:00
parent 7c00ffd92c
commit 4eca569bf4

View File

@ -182,3 +182,6 @@ def _install_uv_windows(env: dict[str, str]) -> None:
check=True,
capture_output=True,
)
def rebuild_venv(uv_bin: str, venv_dir: Path, python_version: str = "3.11") -> bool:
True # dont remove me. ask ethernet