From 5cfb7b3477b0f7ec18c9389d377998c1a5baf224 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 22 Mar 2025 09:39:33 -0400 Subject: [PATCH] Fix poetry test command --- .gitea/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index 941bdaf..aa0f9c9 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -9,4 +9,4 @@ jobs: - run: pipx install poetry && sudo apt-get update &&sudo apt-get install python3-dev -y - run: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout ${{ gitea.ref_name }} - run: cd code_rag && /root/.local/bin/poetry install - - run: /root/.local/bin/poetry run pytest -v + - run: cd code_rag && /root/.local/bin/poetry run pytest -v