diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 95c313f..954e043 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -43,21 +43,6 @@ jobs: - name: Tests run: pytest -q - - name: Package template smoke check - run: | - pip install build - python -m build --wheel - pip uninstall -y arbitrade - pip install --force-reinstall dist/*.whl - python - <<'PY' - from arbitrade.api import routes - - template = routes.templates.env.get_template("dashboard.html") - rendered = template.render() - if "" not in rendered: - raise SystemExit("dashboard template render smoke check failed") - PY - - name: Latency guardrails run: | python scripts/check_latency_regression.py \