We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aef929 commit 54e022dCopy full SHA for 54e022d
.github/workflows/python-app.yml
@@ -20,13 +20,13 @@ jobs:
20
- uses: actions/checkout@v4
21
- name: Set up Python 3.13
22
uses: actions/setup-python@v5
23
+ with:
24
+ python-version: "3.13"
25
- name: Setup tmate session
26
uses: mxschmitt/action-tmate@v3
27
timeout-minutes: 1
28
with:
29
detached: true
- with:
- python-version: "3.13"
30
- name: Test Machine Info
31
run: |
32
df
0 commit comments