From c9f0d42abe649eaac1625635dc3d1d1e5b946b99 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 22 Mar 2025 08:52:41 -0400 Subject: [PATCH] Try a different clone variation --- .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 9c7bbbd..15077e1 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - run: pipx install poetry - - run: git clone -b {{ gitea.ref }} https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag + - run: git clone https://www.alexselimov.com/git/aselimov/code_rag.git && cd code_rag && git checkout {{ gitea.ref }} - run: echo $(ls) - run: /root/.local/bin/poetry install && /root/.local/bin/poetry run pytest -v