Skip to content

updating cpc-llm plotting notebook #189

updating cpc-llm plotting notebook

updating cpc-llm plotting notebook #189

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- run: uvx ruff check .
- run: uvx ruff format --check .
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- run: uv sync --group dev
- run: uv run pytest tests/ -v