Remove install python step since uv run install it

This commit is contained in:
Jelmer Draaijer 2024-09-16 15:41:56 +02:00
parent 4b094c63c7
commit 46a4a9495a

View File

@ -11,10 +11,6 @@ on:
uses: astral-sh/setup-uv@v2 uses: astral-sh/setup-uv@v2
with: with:
enable-cache: "true" enable-cache: "true"
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Set git details - name: Set git details
run: | run: |
git config --global user.name "github-actions" git config --global user.name "github-actions"