Skip to content

Commit 4281f20

Browse files
Update python-app.yml
1 parent b941f14 commit 4281f20

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/python-app.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: CI
33
on:
44
push:
55
branches: [ issue-819 ]
6-
76

87
jobs:
98
build:
10-
119
runs-on: [self-hosted]
1210

1311
steps:
@@ -17,6 +15,10 @@ jobs:
1715
- name: Set up Python
1816
uses: actions/setup-python@v5
1917
with:
20-
python-version: '3.12.0-alpha - 3.12.0'
21-
22-
18+
python-version: '3.11.2'
19+
20+
- name: Check Python version with PowerShell
21+
run: |
22+
$pythonVersion = python --version
23+
Write-Host "Python version is $pythonVersion"
24+
shell: powershell

0 commit comments

Comments
 (0)