Alex Selimov 6d8b7e06f8
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m13s
Try without checkout command
2025-03-22 01:32:31 -04:00

12 lines
246 B
YAML

name: Pytest
run-name: PyTest
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: pipx install poetry
- run: ls
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v