Alex Selimov 1df57ce5b1
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m15s
Update poetry install instructions
2025-03-22 01:21:02 -04:00

11 lines
232 B
YAML

name: Pytest
run-name: PyTest
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: poetry install && poetry run pytest -v