fix/uv-setup #21

Merged
jkuhl merged 27 commits from fix/uv-setup into develop 2026-03-23 12:40:22 +01:00
Showing only changes of commit bd581c6c12 - Show all commits

set up git
Some checks failed
Ruff / ruff (push) Waiting to run
Pytest / pytest (3.12) (push) Failing after 1m16s
Pytest / pytest (3.13) (push) Failing after 1m13s
Mypy / mypy (push) Failing after 1m11s
Pytest / pytest (3.14) (push) Has been cancelled

Justus Kuhlmann 2026-03-20 16:07:57 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -20,6 +20,10 @@ jobs:
env:
UV_CACHE_DIR: /tmp/.uv-cache
steps:
- name: Setup git
run: |
git config --global user.email "tester@example.com"
git config --global user.name "Tester"
- name: Install git-annex
run: |
sudo apt-get update