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 54b42040a9 - Show all commits

use v6 of astral action
Some checks failed
Mypy / mypy (push) Failing after 16s
Ruff / ruff (push) Failing after 2s
Pytest / pytest (3.12) (push) Failing after 18s
Pytest / pytest (3.13) (push) Failing after 14s
Pytest / pytest (3.14) (push) Failing after 15s

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

View file

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