From 9d306b71fae97f32d463a208ec4db427b0dd67e7 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sun, 23 Nov 2025 15:43:25 +0100 Subject: [PATCH] ci: Fix pytest path --- .github/workflows/rag-evaluation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rag-evaluation.yml b/.github/workflows/rag-evaluation.yml index a23b534..20785db 100644 --- a/.github/workflows/rag-evaluation.yml +++ b/.github/workflows/rag-evaluation.yml @@ -86,7 +86,7 @@ jobs: OPENAI_EMBEDDING_MODEL: ${{ inputs.embedding_model }} OPENAI_GENERATION_MODEL: ${{ inputs.generation_model }} run: | - uv run pytest tests/integration/test_rag_openai.py -v --log-cli-level=INFO --provider openai + uv run pytest tests/integration/test_rag.py -v --log-cli-level=INFO --provider openai - name: Upload test results if: always()