From e6c843a94bd78f636e3ed83379ed271a63889095 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 22 Mar 2025 01:37:24 -0400 Subject: [PATCH] Add back in checkout --- .gitea/workflows/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index ebf5b62..29c5e97 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -7,5 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - run: pipx install poetry + - name: Check out repository code + uses: actions/checkout@v4 - run: echo $(ls) - run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v