Alex Selimov 4ca1dc81a1
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m5s
Fix poetry command
2025-03-22 09:31:56 -04:00

12 lines
375 B
YAML

name: Pytest
run-name: PyTest
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
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: cd code_rag && /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v