Add back actions/setup-python to bare metal tests

This commit is contained in:
Bruno Alla 2024-10-11 21:46:46 +01:00
parent 14c5fcc0c2
commit cdee7e2da7
No known key found for this signature in database

View File

@ -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: