Add back in checkout
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -13m49s

This commit is contained in:
Alex Selimov 2025-03-22 01:37:24 -04:00
parent 6e3ae47c5b
commit e6c843a94b

View File

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