From 728268742e519fb77f0bf3e75e1be061b26ed5da Mon Sep 17 00:00:00 2001 From: hajdul88 <52442977+hajdul88@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:20:01 +0200 Subject: [PATCH] Fix working directory in ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8bf5da..2aaa341 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,3 +46,4 @@ jobs: - name: Run Graph RAG pipeline run: | poetry run python src/run_pipeline.py + working-directory: ./src