Skip to content

Commit 86ee112

Browse files
committed
another test
1 parent 2b0bca8 commit 86ee112

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

windows/internal/smoke_test.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,11 @@ for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *') do (
103103
xcopy "%%i" %NO_ARCH_PATH% /Y
104104
)
105105
if errorlevel 1 exit /b 1
106-
echo pytorch Version: %PYTORCH_VERSION%
107106

108107
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
109108
if errorlevel 1 exit /b 1
110109

111110
call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_VERSION% -c pytorch -c numba/label/dev -c nvidia
112-
echo "after conda install"
113-
echo on
114-
echo "another test"
115111
if ERRORLEVEL 1 exit /b 1
116112
call conda install -yq numpy
117113
if ERRORLEVEL 1 exit /b 1

0 commit comments

Comments
 (0)