Skip to content

ci: test RAG showcase across Python versions - #2

Open
TristanKruse wants to merge 1 commit into
LukasNiessen:mainfrom
TristanKruse:codex/rag-ci
Open

ci: test RAG showcase across Python versions#2
TristanKruse wants to merge 1 commit into
LukasNiessen:mainfrom
TristanKruse:codex/rag-ci

Conversation

@TristanKruse

Copy link
Copy Markdown

Summary

Add a focused GitHub Actions workflow for the RAG showcase:

  • run the locked pytest suite on Python 3.10, 3.11, 3.12, and 3.13
  • pin third-party actions to immutable commit SHAs
  • use read-only repository permissions
  • cancel superseded runs and apply a job timeout
  • cache uv dependencies

Validation

  • workflow YAML parsed successfully
  • uv sync --locked --all-extras: passed
  • uv run --locked pytest -v: 10 passed, 4 xfailed
  • git diff --check: passed

Sign up for freeto 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

@TristanKruse