Skip to content

Commit fdd6843

Browse files
committed
Disable tmate
Signed-off-by: Joshua Minor <[email protected]>
1 parent 857a44e commit fdd6843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ jobs:
158158
run: make ci-postbuild
159159

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

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

0 commit comments

Comments
 (0)