Skip to content

Install python3 and uv into the runner image - #15

Merged
parkr merged 2 commits into
parkr-changesfrom
copilot/install-python3-and-uv
Mar 22, 2026
Merged

Install python3 and uv into the runner image#15
parkr merged 2 commits into
parkr-changesfrom
copilot/install-python3-and-uv

Conversation

CopilotAI commented Mar 22, 2026

Copy link
Copy Markdown

Adds python3 and uv to the Docker image so Python programs can be executed in workflows.

Changes

  • python3 — added to the existing apt-get install block
  • uv — installed via the official astral.sh installer script into /usr/local/bin (system-wide, on PATH for all users)
  • UV_VERSION="0.10.12" — pinned alongside existing tool versions (RUNNER_VERSION, DOCKER_VERSION, etc.) for reproducible builds

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

CopilotAI changed the title [WIP] Install python3 and uv for running Python programsInstall python3 and uv into the runner imageMar 22, 2026
CopilotAI requested a review from parkrMarch 22, 2026 04:16
@parkr
parkr marked this pull request as ready for review March 22, 2026 04:19
@parkr
parkr merged commit eaa06e8 into parkr-changesMar 22, 2026
2 of 3 checks passed
@parkr
parkr deleted the copilot/install-python3-and-uv branch March 22, 2026 19:11
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@parkr