Update poetry install instructions
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -14m15s

This commit is contained in:
Alex Selimov 2025-03-22 01:21:02 -04:00
parent 155773425c
commit 1df57ce5b1

View File

@ -6,5 +6,5 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install pipx && pipx install poetry
- run: curl -sSL https://install.python-poetry.org | python3 -
- run: poetry install && poetry run pytest -v