Skip to content

Commit 9507056

Browse files
committed
Remove python from playbook. Try to fix CI
1 parent fa8c3c3 commit 9507056

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tests/package/playbook.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)