Alex Selimov d962691801
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m24s
Fix pipeline
2025-03-22 01:13:59 -04:00

11 lines
195 B
YAML

name: Pytest
run-name: PyTest
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: pip install poetry
- run: poetry install && poetry run pytest -v