Skip to content

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

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 #115

Workflow file for this run

name: E2E Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
e2e:
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 LLM E2E tests
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
run: make llm_integrationtest