Skip to content

Commit 7c400a9

Browse files
committed
Use tmate to acccess github actions through ssh
1 parent 8539334 commit 7c400a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-app-no-gil.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
steps:
1515

1616
- uses: actions/checkout@v4
17+
- name: Setup tmate session
18+
uses: mxschmitt/action-tmate@v3
19+
with:
20+
detached: true
1721
- name: Set up Python 3.14
1822
uses: actions/setup-python@v6
1923
- name : Setup free threded python

0 commit comments

Comments
 (0)