Skip to content

chore: fix CI — ruff formatting and minio service startup - #6

Merged
sarthakagrawal927 merged 1 commit into
mainfrom
chore/ci-green
Jun 13, 2026
Merged

chore: fix CI — ruff formatting and minio service startup#6
sarthakagrawal927 merged 1 commit into
mainfrom
chore/ci-green

Conversation

@sarthakagrawal927

Copy link
Copy Markdown
Member

Summary

  • Reformats 6 files that were failing ruff format --check (infer.py, ingest_data.py, schemas.py, engine.py, search.py, qdrant_store.py)
  • Fixes ragas-eval minio service: moves minio from a services: container (where CMD args can't be passed) to an explicit docker run background step that runs minio server /data, with a health-poll loop

Root causes fixed

  • lint-test: 6 Python source files had formatting drift from ruff's expected style
  • ragas-eval: The minio/minio image requires server /data as CMD args to start the server; GitHub Actions services.options only passes docker run flags, not CMD args, so the container started but just printed help and exited unhealthy

🤖 Generated with Claude Code

- Run ruff format on 6 files that would be reformatted (infer.py,
  ingest_data.py, schemas.py, engine.py, search.py, qdrant_store.py).
- Fix ragas-eval minio service: the minio/minio image requires
  `server /data` as CMD args which GitHub Actions service containers
  cannot pass via options. Move minio to an explicit `docker run`
  background step with a health-poll loop.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@sarthakagrawal927
sarthakagrawal927 merged commit d32aaf0 into main Jun 13, 2026
0 of 2 checks passed
@sarthakagrawal927
sarthakagrawal927 deleted the chore/ci-green branch June 13, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant