From 5466149e8e333e258130e6bea81fb26f04aaffd6 Mon Sep 17 00:00:00 2001 From: AlexejPenner Date: Tue, 26 Nov 2024 14:02:03 +0100 Subject: [PATCH] Attempt to debug gh action --- .github/workflows/staging_run_complete_llm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/staging_run_complete_llm.yml b/.github/workflows/staging_run_complete_llm.yml index 01a6cd8a..4d690140 100644 --- a/.github/workflows/staging_run_complete_llm.yml +++ b/.github/workflows/staging_run_complete_llm.yml @@ -39,6 +39,9 @@ jobs: uv pip install -r requirements-argilla.txt --system zenml integration install aws s3 -y --uv + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Connect to ZenML server working-directory: ./llm-complete-guide run: |