Update quality.yaml to include uv installation step and modify README.md for library name and description

This commit is contained in:
2025-05-04 00:27:03 +02:00
parent d1548b6e8a
commit a714f4d53c
2 changed files with 32 additions and 267 deletions

View File

@@ -42,6 +42,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: "Install uv"
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Install dependencies
run: uv sync --no-managed-python --no-python-downloads