Working changes to pipeline
Some checks failed
Pytest / Explore-Gitea-Actions (push) Failing after -13m50s

This commit is contained in:
Alex Selimov 2025-03-22 01:18:32 -04:00
parent 05d9382b7d
commit 155773425c

View File

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