use older setup-uv action
Some checks failed
Pytest / pytest (3.12) (push) Failing after 21s
Mypy / mypy (push) Failing after 43s
Pytest / pytest (3.14) (push) Failing after 2s
Ruff / ruff (push) Failing after 2s
Pytest / pytest (3.13) (push) Failing after 19s

This commit is contained in:
Justus Kuhlmann 2026-02-24 09:14:12 +01:00
commit 540160c51f
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -14,13 +14,13 @@ jobs:
- name: Install git-annex - name: Install git-annex
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y git-annex sudo apt-get install -y git-annex
- name: Check out the repository - name: Check out the repository
uses: https://github.com/RouxAntoine/checkout@v4.1.8 uses: https://github.com/RouxAntoine/checkout@v4.1.8
with: with:
show-progress: true show-progress: true
- name: Install uv - name: Install uv
uses: https://github.com/astral-sh/setup-uv@v7 uses: https://github.com/astral-sh/setup-uv@v6
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
enable-cache: true enable-cache: true