Try without checkout command
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m13s

This commit is contained in:
Alex Selimov 2025-03-22 01:32:31 -04:00
parent 6b6139839d
commit 6d8b7e06f8

View File

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