We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857a44e commit fdd6843Copy full SHA for fdd6843
.github/workflows/python-package.yml
@@ -158,9 +158,9 @@ jobs:
158
run: make ci-postbuild
159
160
# if tests fail, run tmate for remote debugging session
161
- - name: Setup tmate session
162
- if: ${{ failure() }}
163
- uses: mxschmitt/action-tmate@v3
+ # - name: Setup tmate session
+ # if: ${{ failure() }}
+ # uses: mxschmitt/action-tmate@v3
164
165
# (only on ubuntu/pyhton3.7)
166
- name: Generate C++ coverage report
0 commit comments