Skip to content

Commit 4f6bc96

Browse files
committed
one more test
1 parent e8e92ab commit 4f6bc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows/internal/smoke_test.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ if errorlevel 1 exit /b 1
9292
call %CONDA_HOME%\condabin\activate.bat testenv
9393
if errorlevel 1 exit /b 1
9494
set "NO_ARCH_PATH=%PYTORCH_FINAL_PACKAGE_DIR:/=\%\noarch"
95-
95+
@echo on
9696
mkdir %NO_ARCH_PATH%
9797
for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *.tar.bz2') do xcopy "%%i" %NO_ARCH_PATH% /Y
9898
if ERRORLEVEL 1 exit /b 1
9999
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
100100
if errorlevel 1 exit /b 1
101-
call conda install -y -c -q "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c pytorch-nightly -c nvidia
101+
call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c pytorch-nightly -c nvidia
102102

103103
if ERRORLEVEL 1 exit /b 1
104104

0 commit comments

Comments
 (0)