Skip to content

Commit 9aa10c3

Browse files
authored
Put back smoke test label (#1310)
1 parent 7761a63 commit 9aa10c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/internal/smoke_test.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ set CUDA_VERSION_STR=%CUDA_VER_MAJOR%.%CUDA_VER_MINOR%
102102
for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *.tar.bz2') do call conda install -yq "%%i" --offline
103103
if ERRORLEVEL 1 exit /b 1
104104

105+
:smoke_test
105106
python -c "import torch"
106107
if ERRORLEVEL 1 exit /b 1
107108

0 commit comments

Comments
 (0)