Skip to content

Commit c00484a

Browse files
committed
bump python version in workflows
1 parent 40a1ab8 commit c00484a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.10.4'
15+
python-version: '3.10.5'
1616

1717
- name: Checkout code
1818
uses: actions/checkout@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-python@v4
1414
with:
15-
python-version: '3.10.4'
15+
python-version: '3.10.5'
1616

1717
- name: Check out code
1818
uses: actions/checkout@v3

install-env.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
setlocal enableDelayedExpansion
44

55
set "PYTHON_REF=https://www.python.org/ftp/python/3.10.4/python-3.10.4-amd64.exe"
6+
@REM one should change python version in github action workflows when changed here
67
set PYTHON="python.exe"
78
set PIP="pip3.exe"
89
if "%RUNNER_TOOL_CACHE%"=="" (

0 commit comments

Comments
 (0)