Alex Selimov f32ef327c6
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m14s
Correct poetry paths
2025-03-22 01:23:06 -04:00

11 lines
230 B
YAML

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