From d38371e8eafb3225df7cb4a7389b1e6b81a23069 Mon Sep 17 00:00:00 2001 From: Pierre Pebay Date: Tue, 24 Dec 2024 15:19:34 +0100 Subject: [PATCH] #133: ci: change where to load debug session --- .github/workflows/build-and-test-macos.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test-macos.yml b/.github/workflows/build-and-test-macos.yml index 1e6f7e1dd..15fa09a8a 100644 --- a/.github/workflows/build-and-test-macos.yml +++ b/.github/workflows/build-and-test-macos.yml @@ -54,10 +54,6 @@ jobs: GCOV: ~ steps: - uses: actions/checkout@v4 - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - with: - detached: true - name: Set folder permissions run: | @@ -91,6 +87,9 @@ jobs: run: | sudo CONDA_PATH=${{ env.CONDA_PATH }} bash ./ci/setup_conda.sh ${{ join(matrix.host.python) }} + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + - name: Reload shell variables run: | if [ -f ~/.zshrc ]; then . ~/.zshrc; fi