Edit pipeline
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m24s

This commit is contained in:
Alex Selimov 2025-03-22 01:16:32 -04:00
parent d962691801
commit 05d9382b7d

View File

@ -6,5 +6,5 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: pip install poetry
- run: python -m pip install --upgrade pip && pip install poetry
- run: poetry install && poetry run pytest -v