mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-06-05 13:58:18 +08:00
feat:remove “-q“ option of conda installation
This commit is contained in:
parent
53b17bd2d2
commit
99a2e356f2
@ -52,7 +52,7 @@ function Invoke-Conda {
|
|||||||
[string[]]$Args
|
[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
|
$exitCode = $LASTEXITCODE
|
||||||
|
|
||||||
if ($exitCode -ne 0) {
|
if ($exitCode -ne 0) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user