From 87efe080141c4d924e993b42f9e348c7f8f6581c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Wed, 5 Jun 2024 23:08:03 +0200 Subject: [PATCH] debug --- .github/workflows/ci-tests-fabric.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-tests-fabric.yml b/.github/workflows/ci-tests-fabric.yml index 082636a617..0108306c59 100644 --- a/.github/workflows/ci-tests-fabric.yml +++ b/.github/workflows/ci-tests-fabric.yml @@ -156,6 +156,9 @@ jobs: # needs to run outside `pytest` run: python utilities/test_warnings.py + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Testing Fabric working-directory: tests/tests_fabric # NOTE: do not include coverage report here, see: https://github.com/nedbat/coveragepy/issues/1003