From 4ca1dc81a185ad9f4cb7487058fc4c900a423488 Mon Sep 17 00:00:00 2001
From: Alex Selimov <alex@alexselimov.com>
Date: Sat, 22 Mar 2025 09:31:56 -0400
Subject: [PATCH] Fix poetry command

---
 .gitea/workflows/tests.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml
index a1723ee..0ed73b2 100644
--- a/.gitea/workflows/tests.yaml
+++ b/.gitea/workflows/tests.yaml
@@ -8,5 +8,4 @@ jobs:
     steps:
       - run: pipx install poetry
       - run: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout ${{ gitea.ref_name }}
-      - run: echo $(ls)
-      - run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v
+      - run: cd code_rag && /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v