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 - name: Install uv
uses: astral-sh/setup-uv@v5 uses: astral-sh/setup-uv@v5
- name: Set up Python - name: "Set up Python"
run: uv python install uses: actions/setup-python@v6
with: with:
python-version-file: "pyproject.toml" python-version-file: "pyproject.toml"