Fix poetry test command
All checks were successful
Pytest / Explore-Gitea-Actions (push) Successful in -13m36s

This commit is contained in:
Alex Selimov 2025-03-22 09:39:33 -04:00
parent a25d158633
commit 5cfb7b3477

View File

@ -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