Skip to content

Commit

Permalink
Add back actions/setup-python to bare metal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Oct 11, 2024
1 parent 14c5fcc commit cdee7e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cdee7e2

Please sign in to comment.