Skip to content

Commit ca4892f

Browse files
committed
One more fix
1 parent 9cfbff0 commit ca4892f

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
@@ -96,7 +96,7 @@ for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *.tar.bz2')
9696
if ERRORLEVEL 1 exit /b 1
9797
call conda index %PYTORCH_FINAL_PACKAGE_DIR%
9898
if errorlevel 1 exit /b 1
99-
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
99+
call conda install -yq -c "file:///%PYTORCH_FINAL_PACKAGE_DIR%" pytorch==%PYTORCH_BUILD_VERSION% -c pytorch -c numba/label/dev -c nvidia
100100

101101
if ERRORLEVEL 1 exit /b 1
102102

0 commit comments

Comments
 (0)