From e235060233e4fa93f63900d87a84350365ca7d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mart=C3=ADnez=20Garc=C3=ADa?= Date: Thu, 29 Feb 2024 16:31:48 +0100 Subject: [PATCH] Bypass agreement --- scripts/install_ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_ci.py b/scripts/install_ci.py index cb22570..952d093 100644 --- a/scripts/install_ci.py +++ b/scripts/install_ci.py @@ -23,7 +23,7 @@ class EInstaller(): """ Enum class for providing an easier way to select the installer of a package/library/extension """ - WINGET = "winget install " + WINGET = "winget install --accept-source-agreements --accept-package-agreements " PIP = "pip install " CODE = "code --install-extension "