dev #14

Merged
WorldTeacher merged 2 commits from dev into main 2025-11-01 21:18:57 +00:00
Showing only changes of commit 674e9f9fd5 - Show all commits

View File

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