test/ruff #10

Merged
jkuhl merged 4 commits from test/ruff into develop 2025-12-02 11:12:04 +01:00
Showing only changes of commit 4447b2ebe6 - Show all commits

set python version to 3.12
Some checks failed
Pytest / pytest (3.12) (push) Successful in 49s
Pytest / pytest (3.13) (push) Successful in 48s
Pytest / pytest (3.14) (push) Successful in 49s
Ruff / ruff (push) Failing after 33s

Justus Kuhlmann 2025-12-02 10:42:43 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -25,6 +25,6 @@ jobs:
with:
enable-cache: true
- name: Install corrlib
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
run: uv sync --locked --all-extras --dev --python "3.12"
- name: Run tests
run: uv run ruff check corrlib