use v5
Some checks failed
Ruff / ruff (push) Waiting to run
Pytest / pytest (3.12) (push) Failing after 55s
Pytest / pytest (3.14) (push) Has been cancelled
Pytest / pytest (3.13) (push) Failing after 52s
Mypy / mypy (push) Failing after 16s

This commit is contained in:
Justus Kuhlmann 2026-03-20 15:47:02 +01:00
commit 53067f7c47
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -29,10 +29,9 @@ jobs:
with:
show-progress: true
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6.4.0
uses: https://github.com/astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
- name: Install corrlib
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
- name: Run tests