From 47e6aed079acac8ef35976e84bcff354b1fe76e7 Mon Sep 17 00:00:00 2001 From: vfdev Date: Tue, 1 Oct 2024 16:17:36 +0000 Subject: [PATCH] debug with tmate --- .github/workflows/hvd-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hvd-tests.yml b/.github/workflows/hvd-tests.yml index f4bd9950073..5a4e084fbe3 100644 --- a/.github/workflows/hvd-tests.yml +++ b/.github/workflows/hvd-tests.yml @@ -33,6 +33,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Get year & week number id: get-date @@ -56,7 +58,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - + - name: Install dependencies shell: bash -l {0} run: |