Alex Selimov 6e3ae47c5b
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m15s
Debug statement
2025-03-22 01:33:12 -04:00

12 lines
254 B
YAML

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