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 e2a3e7c727 - Show all commits

no matrix
Some checks failed
Pytest / pytest (3.12) (push) Successful in 50s
Pytest / pytest (3.13) (push) Successful in 48s
Pytest / pytest (3.14) (push) Successful in 47s
Ruff / ruff (push) Failing after 17s

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

View file

@ -1,20 +1,12 @@
name: Pytest
name: Ruff
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 4 1 * *'
jobs:
pytest:
strategy:
matrix:
python-version:
- "3.12"
- "3.13"
- "3.14"
ruff:
runs-on: ubuntu-latest
env:
@ -31,7 +23,6 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
- name: Install corrlib
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}