Skip to content

Commit 3aef929

Browse files
committed
Use tmate for all tests.
1 parent 42dce4a commit 3aef929

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Setup tmate session
1818
uses: mxschmitt/action-tmate@v3
19+
timeout-minutes: 1
1920
with:
2021
detached: true
2122
- name: Set up Python 3.14

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Setup tmate session
1818
uses: mxschmitt/action-tmate@v3
19+
timeout-minutes: 1
1920
with:
2021
detached: true
2122
- name: Set up Python 3.14

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Setup tmate session
1818
uses: mxschmitt/action-tmate@v3
19+
timeout-minutes: 1
1920
with:
2021
detached: true
2122
- name: Set up Python 3.14

.github/workflows/python-app.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- name: Set up Python 3.13
2222
uses: actions/setup-python@v5
23+
- name: Setup tmate session
24+
uses: mxschmitt/action-tmate@v3
25+
timeout-minutes: 1
26+
with:
27+
detached: true
2328
with:
2429
python-version: "3.13"
2530
- name: Test Machine Info

0 commit comments

Comments
 (0)