Fix pipeline

This commit is contained in:
Alex Selimov 2025-03-22 01:13:59 -04:00
parent 550e4b78e2
commit d962691801

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