Skip to content

Fix Batch H audit items: turn-stats hook renaming, agent hand-off, nd… #635

Fix Batch H audit items: turn-stats hook renaming, agent hand-off, nd…

Fix Batch H audit items: turn-stats hook renaming, agent hand-off, nd… #635

Workflow file for this run

name: PyTest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12.x", "3.13.x", "3.14.x"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install poetry
export POETRY_VIRTUALENVS_CREATE=false
poetry install --extras llm
- name: Test with pytest
run: |
pytest