Skip to content

config for averaging results over initial safe models (one per trial)… #176

config for averaging results over initial safe models (one per trial)…

config for averaging results over initial safe models (one per trial)… #176

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