install git-annex in setup
All checks were successful
Pytest / pytest (3.12) (push) Successful in 40s
Pytest / pytest (3.13) (push) Successful in 42s
Pytest / pytest (3.14) (push) Successful in 45s

This commit is contained in:
Justus Kuhlmann 2025-12-01 18:52:45 +01:00
commit 9fd55b3d56
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -20,6 +20,10 @@ jobs:
env:
UV_CACHE_DIR: /tmp/.uv-cache
steps:
- name: Install git-annex
run: |
sudo apt-get update
sudo apt-get install -y git-annex
- name: Check out the repository
uses: https://github.com/RouxAntoine/checkout@v4.1.8
with: