Alex Selimov 155773425c
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -13m50s
Working changes to pipeline
2025-03-22 01:18:32 -04:00

11 lines
225 B
YAML

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