Skip to content

Commit 54e022d

Browse files
committed
Use tmate for all tests.
1 parent 3aef929 commit 54e022d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- name: Set up Python 3.13
2222
uses: actions/setup-python@v5
23+
with:
24+
python-version: "3.13"
2325
- name: Setup tmate session
2426
uses: mxschmitt/action-tmate@v3
2527
timeout-minutes: 1
2628
with:
2729
detached: true
28-
with:
29-
python-version: "3.13"
3030
- name: Test Machine Info
3131
run: |
3232
df

0 commit comments

Comments
 (0)