1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

use a consistent python version for uv (#154022)

This commit is contained in:
Jack Thomasson
2025-10-10 07:59:45 -04:00
committed by GitHub
parent cdec29ffb7
commit d1dd5eecd6

View File

@@ -36,7 +36,8 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
USER vscode
RUN uv python install 3.13.2
ENV UV_PYTHON=3.13.2
RUN uv python install
ENV VIRTUAL_ENV="/home/vscode/.local/ha-venv"
RUN uv venv $VIRTUAL_ENV