From f338e4c48c6f79a952de0e5aaabf9ee8c37f8331 Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Wed, 14 May 2025 10:56:55 +0100 Subject: [PATCH] Add Time --- .github/build_windows_packages.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/build_windows_packages.ps1 b/.github/build_windows_packages.ps1 index 17e03561..dacef90d 100644 --- a/.github/build_windows_packages.ps1 +++ b/.github/build_windows_packages.ps1 @@ -114,10 +114,7 @@ switch ($cuda) { Write-Host "[INFO] Installing dependencies..." & ".\runtime\python.exe" -m pip install -r extra-req.txt --no-deps --no-warn-script-location -$time = Measure-Command { - & ".\runtime\python.exe" -m pip install -r requirements.txt --no-warn-script-location -} -Write-Host "Elapsed time: $($time.TotalSeconds) seconds" +& ".\runtime\python.exe" -m pip install -r requirements.txt --no-warn-script-location Write-Host "[INFO] Downloading NLTK and pyopenjtalk dictionary..." $PYTHON = ".\runtime\python.exe"