add clone
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -13m40s

This commit is contained in:
Alex Selimov 2025-03-22 01:26:10 -04:00
parent f32ef327c6
commit f1a29a2b2e

View File

@ -7,4 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: pipx install poetry
- name: Check out repository code
uses: actions/checkout@v4
- run: ls
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v