Skip to content

docs: Spike 3.2 — scene-load audit findings #205

docs: Spike 3.2 — scene-load audit findings

docs: Spike 3.2 — scene-load audit findings #205

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.14"]
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- run: pip install -e ".[dev,websocket,mcp]"
- run: python -m pytest tests/ -v --tb=short