Skip to content

release: ship aet v1.5.0 evolution lab #13

release: ship aet v1.5.0 evolution lab

release: ship aet v1.5.0 evolution lab #13

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv run --no-editable --reinstall-package agent-engineering-toolkit python -m unittest discover -s tests -v
- run: uv run --no-editable aet audit . --strict --format json --output .aet/evidence/audit.json
- run: uv build
- run: uv run --isolated --with dist/agent_engineering_toolkit-1.5.0-py3-none-any.whl aet --version