write explicit setup-uv link
Some checks failed
Pytest / pytest (3.12) (push) Failing after 2s
Pytest / pytest (3.13) (push) Failing after 2s
Pytest / pytest (3.14) (push) Failing after 2s
Ruff / ruff (push) Failing after 2s
Mypy / mypy (push) Failing after 3s

This commit is contained in:
Justus Kuhlmann 2026-02-23 09:45:00 +01:00
commit 875d7b9461
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -20,7 +20,7 @@ jobs:
with: with:
show-progress: true show-progress: true
- name: Install uv - name: Install uv
uses: astral-sh/setup-uv@v7 uses: https://github.com/astral-sh/setup-uv@v7
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
enable-cache: true enable-cache: true