try with lock
Some checks failed
Pytest / pytest (3.10) (push) Failing after 13s
Pytest / pytest (3.11) (push) Failing after 13s
Pytest / pytest (3.12) (push) Failing after 12s

This commit is contained in:
Justus Kuhlmann 2025-12-01 17:22:42 +01:00
commit 1c1b9add05
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
2 changed files with 1547 additions and 1 deletions

View file

@ -35,7 +35,7 @@ jobs:
uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
uv-${{ runner.os }}
- name: Install corrlib
run: uv sync --all-extras --dev
run: uv sync --locked --all-extras --dev
- name: Run tests
run: uv run pytest tests
- name: Minimize uv cache