Fix poetry command

This commit is contained in:
Alex Selimov 2025-03-22 09:31:56 -04:00
parent 000a1d1f24
commit 4ca1dc81a1

@ -8,5 +8,4 @@ jobs:
steps: steps:
- run: pipx install poetry - 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: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout ${{ gitea.ref_name }}
- run: echo $(ls) - run: cd code_rag && /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v