feat: M10-Telemetry — Mosaic Telemetry integration #407

Merged
jason.woltje merged 14 commits from feature/m10-telemetry into develop 2026-02-15 17:32:08 +00:00
Showing only changes of commit 248f711571 - Show all commits

View File

@@ -30,7 +30,7 @@ steps:
- python -m venv venv
- . venv/bin/activate
- pip install --no-cache-dir --upgrade "pip>=25.3"
- pip install --no-cache-dir -e ".[dev]"
- pip install --no-cache-dir --extra-index-url https://git.mosaicstack.dev/api/packages/mosaic/pypi/simple/ -e ".[dev]"
- pip install --no-cache-dir bandit pip-audit
ruff-check: