Correct poetry paths
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m14s

This commit is contained in:
Alex Selimov 2025-03-22 01:23:06 -04:00
parent 1df57ce5b1
commit f32ef327c6

View File

@ -6,5 +6,5 @@ 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
- run: pipx install poetry
- run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v