File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 89
89
- id : shell-fmt-docker
90
90
args :
91
91
- -i
92
- - " 2 "
92
+ - ' 2 '
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ echo Install OTVision.
3
3
FOR /F " tokens=* USEBACKQ" %%F IN (`python --version`) DO SET PYTHON_VERSION = %%F
4
4
5
5
echo %PYTHON_VERSION%
6
- if " x%PYTHON_VERSION:3.11 =% " == " x%PYTHON_VERSION% " (
7
- echo " Python Version 3.11 is not installed in environment." & cmd /K & exit
6
+ if " x%PYTHON_VERSION:3.12 =% " == " x%PYTHON_VERSION% " (
7
+ echo " Python Version 3.12 is not installed in environment." & cmd /K & exit
8
8
)
9
9
10
10
python -m venv venv
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ VENV="$WORKING_DIR"/venv
18
18
PYTHON=" $VENV " /bin/python
19
19
PIP=" $VENV " /bin/pip
20
20
21
- python3.11 -m venv " $VENV "
21
+ python3.12 -m venv " $VENV "
22
22
23
23
$PYTHON -m pip install --upgrade pip
24
24
$PIP install -r requirements.txt
You can’t perform that action at this time.
0 commit comments