From bb2acd578cb59db0152e928e9e60d86ba8db5a00 Mon Sep 17 00:00:00 2001 From: jcschaff Date: Sun, 2 Jun 2024 23:39:55 -0400 Subject: [PATCH] debug with tmate --- .github/workflows/pip.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 186a9985..f3d72d49 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -128,3 +128,7 @@ jobs: run: | pip install pytest pytest + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: ${{ failure() }}