chore: change workflow python installation method

This commit is contained in:
2025-11-01 22:02:08 +01:00
parent 4ae996bfd6
commit 104daeca73

View File

@@ -50,8 +50,8 @@ jobs:
- 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"