update workflow

This commit is contained in:
2025-05-29 11:39:51 +02:00
parent 1f306cce53
commit 674e9f9fd5

View File

@@ -25,6 +25,8 @@ jobs:
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv python install
with:
python-version-file: "pyproject.toml"
- name: Set Git identity
run: |
git config user.name "Gitea CI"