Correct clone syntax
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m24s

This commit is contained in:
Alex Selimov 2025-03-22 01:30:39 -04:00
parent f1a29a2b2e
commit 6b6139839d

View File

@ -8,6 +8,6 @@ jobs:
steps:
- run: pipx install poetry
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@${{ gitea.ref }}
- run: ls
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v