Skip to content

[pre-commit.ci] pre-commit autoupdate #296

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #296

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
env:
JUPYTER_PLATFORM_DIRS: '1'
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- python-version: '3.10'
- python-version: '3.13'
- python-version: '3.13'
extras: min
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: blob:none
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: hynek/setup-cached-uv@v2
with:
cache-dependency-path: pyproject.toml
- run: uv pip install --system -e .[${{ matrix.extras == 'min' && 'test' || 'test,jupyter' }}]
- uses: pavelzw/pytest-action@v2
with:
custom-arguments: --color=yes
click-to-expand: false
verbose: true
job-summary: true
emoji: false