diff --git a/.github/workflows/pytests_debug.yml b/.github/workflows/pytests_debug.yml index 0dc983be..4fa86f50 100644 --- a/.github/workflows/pytests_debug.yml +++ b/.github/workflows/pytests_debug.yml @@ -243,8 +243,8 @@ jobs: # # DEBUGGING # if: failure() - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 15 + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 15 - name: MPI tests -- plain if: ${{ env.use-mpi && env.coverage-on-version != matrix.python-version}}