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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user