From e8e92ab47e8facf4266d5c84d8eaec25a2666d9a Mon Sep 17 00:00:00 2001 From: mantaionut Date: Sun, 15 Oct 2023 15:18:24 +0300 Subject: [PATCH] one more test --- windows/internal/smoke_test.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/internal/smoke_test.bat b/windows/internal/smoke_test.bat index 5fce1eda1a..8681dfdf07 100644 --- a/windows/internal/smoke_test.bat +++ b/windows/internal/smoke_test.bat @@ -86,8 +86,9 @@ set "PATH=%CONDA_HOME%;%CONDA_HOME%\scripts;%CONDA_HOME%\Library\bin;%PATH%" conda create -qyn testenv python=%DESIRED_PYTHON% if errorlevel 1 exit /b 1 -call conda install -y conda-build +call conda install -yq conda-build if errorlevel 1 exit /b 1 +@echo on call %CONDA_HOME%\condabin\activate.bat testenv if errorlevel 1 exit /b 1 set "NO_ARCH_PATH=%PYTORCH_FINAL_PACKAGE_DIR:/=\%\noarch"