From bd749d7fb7e219cb11a97c90641ecc805edb516e Mon Sep 17 00:00:00 2001 From: Yuxuan Zhuang Date: Fri, 6 Dec 2024 00:20:11 -0800 Subject: [PATCH] detach --- .github/workflows/gh-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 71e05ae821..2e48c6a991 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -120,13 +120,13 @@ jobs: if: ${{ matrix.name != 'numpy_min' }} uses: mxschmitt/action-tmate@v3 with: - detached: false + detached: true - name: Setup tmate session for numpy_min if: ${{ matrix.name == 'numpy_min' }} uses: mxschmitt/action-tmate@v3 with: - detached: false + detached: true - name: run_tests if: contains(matrix.name, 'asv_check') != true