Skip to content

Commit

Permalink
Disable tmate
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Minor <[email protected]>
  • Loading branch information
jminor committed Nov 14, 2024
1 parent 857a44e commit fdd6843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ jobs:
run: make ci-postbuild

# if tests fail, run tmate for remote debugging session
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3

# (only on ubuntu/pyhton3.7)
- name: Generate C++ coverage report
Expand Down

0 comments on commit fdd6843

Please sign in to comment.