From cdee7e2da7e158b7caa318d7f2571f56ac87210a Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Fri, 11 Oct 2024 21:46:46 +0100 Subject: [PATCH] Add back actions/setup-python to bare metal tests --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da4a6575..a2ef936f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,6 +98,9 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: "3.12" - name: Install uv uses: astral-sh/setup-uv@v3 with: