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() }}