Commit graph

3 commits

Author SHA1 Message Date
ff4ab9d10d fix(ci): add pandas, skip orch/torch tests, fix recipe scan tier in test
Some checks failed
CI / Frontend (Vue) (push) Has been cancelled
Mirror / mirror (push) Has been cancelled
CI / Backend (Python) (push) Has been cancelled
- ci.yml: add pandas to pip install (pipeline tests); ignore
  test_vl_model_task.py (requires circuitforge_orch)
- test_recipe_scan.py: default fixture tier to 'premium' — recipe_scan
  is a premium feature in tiers.py; test was using 'paid' causing 403
2026-07-06 02:59:53 -07:00
71dd12072c fix(ci): resolve test collection errors on GitHub CI
Some checks are pending
CI / Frontend (Vue) (push) Waiting to run
CI / Backend (Python) (push) Waiting to run
Mirror / mirror (push) Waiting to run
- ocr/__init__.py: move VisionLanguageOCR re-export under TYPE_CHECKING
  so torch is not imported at module load time
- ci.yml: add psycopg2-binary + anthropic to pip install (cf-core
  community and fixture scripts need these); exclude tests/fixtures/ and
  test_docuvision_client.py (torch/GPU tests — not runnable on ubuntu-latest)
2026-07-06 02:53:07 -07:00
757f779030 ci: add GitHub Actions CI for public credibility badge
Some checks are pending
CI / Backend (Python) (push) Waiting to run
CI / Frontend (Vue) (push) Waiting to run
Mirror / mirror (push) Waiting to run
Lean self-contained workflow — no Forgejo-specific secrets.
circuitforge-core installs from Forgejo git (public repo).
Forgejo (.forgejo/workflows/ci.yml) remains the canonical CI.

Backend: ruff + pytest | Frontend: vue-tsc only (no vitest yet)
2026-04-15 20:20:13 -07:00