Skip to content

fix: remove arbitrary 0.1 OPG floor from LLM.ensure_opg_approval() — validate positive only #386

fix: remove arbitrary 0.1 OPG floor from LLM.ensure_opg_approval() — validate positive only

fix: remove arbitrary 0.1 OPG floor from LLM.ensure_opg_approval() — validate positive only #386

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv python install 3.11
- name: Install dependencies
run: uv sync --all-extras
- name: Run tests
run: make test