-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
phase:ciCI, tooling, qualityCI, tooling, qualitypriority:highCore functionalityCore functionalitytype:infraCI, tooling, packagingCI, tooling, packaging
Milestone
Description
Summary
Verify and fix the full CI pipeline.
Pipeline
ruff format src/ tests/ examples/
ruff check src/ tests/ examples/
mypy src/
python -m pytest -q --tb=short
python examples/basic_cli.py
python examples/billing_demo.py
python examples/http_driver_demo.pyGitHub Actions
Verify .github/workflows/ci.yml runs on Python 3.10, 3.11, 3.12 with:
- ruff (format check + lint)
- mypy
- pytest
Acceptance criteria
-
make cipasses locally - All 3 examples exit 0
- No mypy errors
- No ruff errors
- GitHub Actions workflow file is valid
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
phase:ciCI, tooling, qualityCI, tooling, qualitypriority:highCore functionalityCore functionalitytype:infraCI, tooling, packagingCI, tooling, packaging