We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a1ab8 commit c00484aCopy full SHA for c00484a
3 files changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/setup-python@v4
14
with:
15
- python-version: '3.10.4'
+ python-version: '3.10.5'
16
17
- name: Checkout code
18
uses: actions/checkout@v3
.github/workflows/test.yml
- name: Check out code
install-env.bat
@@ -3,6 +3,7 @@
3
setlocal enableDelayedExpansion
4
5
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
7
set PYTHON="python.exe"
8
set PIP="pip3.exe"
9
if "%RUNNER_TOOL_CACHE%"=="" (
0 commit comments