chore: use actions/setup-python to install python instead of using uv install python

This commit is contained in:
2025-11-01 21:35:25 +01:00
parent b4108e4b36
commit 20d6345418

View File

@@ -26,8 +26,8 @@ jobs:
fetch-tags: true
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv python install
- name: "Set up Python"
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"
- name: Set Git identity