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

This commit is contained in:
Justus Kuhlmann 2025-12-02 10:38:07 +01:00
commit e2a3e7c727
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

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