Skip to content

Commit a863b08

Browse files
committed
reverted previosu change
1 parent 3b2506b commit a863b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/internal/smoke_test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if ERRORLEVEL 1 exit /b 1
9898
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
9999
if errorlevel 1 exit /b 1
100100
echo "before conda install"
101-
call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch -c pytorch -c numba/label/dev -c nvidia
101+
call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c nvidia
102102
echo "after conda install"
103103
echo on
104104
echo "another test"

0 commit comments

Comments
 (0)