Skip to content

Commit 9a3afff

Browse files
authored
Fix typo in Windows nightly build scripts (#2071)
1 parent 51d694e commit 9a3afff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/windows/internal/build_wheels.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if errorlevel 1 exit /b 1
55
call packaging/windows/internal/cuda_install.bat
66
if errorlevel 1 exit /b 1
77

8-
call packaging/windows/internal/nightly_defaults.bat Conda
8+
call packaging/windows/internal/nightly_defaults.bat Wheels
99
if errorlevel 1 exit /b 1
1010

1111
call packaging/windows/build_vision.bat %CUDA_VERSION% %TORCHVISION_BUILD_VERSION% %TORCHVISION_BUILD_NUMBER%

0 commit comments

Comments
 (0)