From ff58597575582857f9c2cf5fbe519d8fbf87de95 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Dec 2025 08:04:35 +0000 Subject: [PATCH 1/2] Initial plan From 8199bf86db871501d8cf0d4e1df2ba9ca71a9688 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Dec 2025 08:10:06 +0000 Subject: [PATCH 2/2] Add pristine-ubuntu-action to setup-python-runner Co-authored-by: lengau <4305943+lengau@users.noreply.github.com> --- setup-python-runner/action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-python-runner/action.yaml b/setup-python-runner/action.yaml index 5a6e687..cbc5fcf 100644 --- a/setup-python-runner/action.yaml +++ b/setup-python-runner/action.yaml @@ -12,6 +12,9 @@ inputs: runs: using: composite steps: + - name: Pristine Ubuntu + if: ${{ runner.os == 'Linux' && runner.environment == 'github-hosted' }} + uses: lengau/pristine-ubuntu-action@v0 - name: Start apt update if: runner.os == 'Linux' id: apt