Skip to content

Link the Agentic RAG walkthrough video prominently at the top of the … #3

Link the Agentic RAG walkthrough video prominently at the top of the …

Link the Agentic RAG walkthrough video prominently at the top of the … #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install package
run: pip install -e ".[dev]"
- name: Lint
run: ruff check src tests evals
- name: Test (fake LLM, no API keys)
run: pytest tests/ -q
env:
ATLAS_LLM_PROVIDER: fake