File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ tasks:
1111 # url: "https://www.niisi.ru/kumir/kumir2-2.1.0-rc11-install.exe"
1212 # dst: assets/kumir-trunk-2237-win32-setup.exe
1313
14- - name : Install Python
15- std.install :
16- name : " Python [\\ d\\ .]+ \\ (...bit\\ )"
17- publisher : Python Software Foundation
18- version : " 3.13.1150.0"
19- installer : assets/python-3.13.1-amd64.exe
20- cmd_install : " \" $$installer$$\" /passive /log python-install.log InstallAllUsers=1 Include_dev=1 Include_exe=1 Include_doc=1 Include_pip=1 Include_tcltk=1 Shortcuts=1"
21- no_remove : true
14+ # - name: Install Python
15+ # std.install:
16+ # name: "Python [\\d\\.]+ \\(...bit\\)"
17+ # publisher: Python Software Foundation
18+ # version: "3.13.1150.0"
19+ # installer: assets/python-3.13.1-amd64.exe
20+ # cmd_install: "\"$$installer$$\" /passive /log python-install.log InstallAllUsers=1 Include_dev=1 Include_exe=1 Include_doc=1 Include_pip=1 Include_tcltk=1 Shortcuts=1"
21+ # no_remove: true
2222
2323 - name : Install Kumir
2424 std.install :
You can’t perform that action at this time.
0 commit comments