From 6e3ae47c5b9378c84660950655c8de168ab007cb Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 22 Mar 2025 01:33:12 -0400 Subject: [PATCH] Debug statement --- .gitea/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index e2694fc..ebf5b62 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -7,5 +7,5 @@ jobs: runs-on: ubuntu-latest steps: - run: pipx install poetry - - run: ls + - run: echo $(ls) - run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v