Skip to content

Commit e268efe

Browse files
committed
SSH to the rescue
1 parent 2672c39 commit e268efe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pip.yml

+7
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ jobs:
3939
OPENBLAS_NUM_THREADS: 1
4040
RDMAV_FORK_SAFE: 1
4141
steps:
42+
- name: Setup tmate session
43+
uses: mxschmitt/action-tmate@v3
44+
with:
45+
detached: true
46+
timeout-minutes: 20
47+
limit-access-to-actor: true
48+
4249
- name: Cleanup
4350
if: ${{ always() }}
4451
run: rm -rf pip_venv

0 commit comments

Comments
 (0)