Skip to content

Commit eba0cfa

Browse files
committed
bump python in windows ci to 3.11
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
1 parent 5c46431 commit eba0cfa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
uses: actions/setup-dotnet@v3
2222
with:
2323
dotnet-version: '7.0.x'
24+
- name: Setup Python
25+
uses: actions/setup-python@v4
26+
with:
27+
python-version: '3.11'
2428
- name: Set Version
2529
id: version
2630
run: if ("tag" -eq $Env:GITHUB_REF_TYPE) { echo "::set-output name=version::$Env:GITHUB_REF_NAME" } else { echo "::set-output name=version::$Env:GITHUB_SHA" }

0 commit comments

Comments
 (0)