From 99a2e356f2bfdb5cd30fda35a03a00f96384b9af Mon Sep 17 00:00:00 2001 From: Kaning123 Date: Fri, 13 Mar 2026 21:35:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:remove=20=E2=80=9C-q=E2=80=9C=20option=20o?= =?UTF-8?q?f=20conda=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index 7017524f..847ad900 100644 --- a/install.ps1 +++ b/install.ps1 @@ -52,7 +52,7 @@ function Invoke-Conda { [string[]]$Args ) - $output = & conda install -y -q -c conda-forge @Args 2>&1 + $output = & conda install -y -c conda-forge @Args 2>&1 $exitCode = $LASTEXITCODE if ($exitCode -ne 0) {