Unverified Commit 9a3afff4 authored by peterjc123's avatar peterjc123 Committed by GitHub
Browse files

Fix typo in Windows nightly build scripts (#2071)

parent 51d694e1
...@@ -5,7 +5,7 @@ if errorlevel 1 exit /b 1 ...@@ -5,7 +5,7 @@ if errorlevel 1 exit /b 1
call packaging/windows/internal/cuda_install.bat call packaging/windows/internal/cuda_install.bat
if errorlevel 1 exit /b 1 if errorlevel 1 exit /b 1
call packaging/windows/internal/nightly_defaults.bat Conda call packaging/windows/internal/nightly_defaults.bat Wheels
if errorlevel 1 exit /b 1 if errorlevel 1 exit /b 1
call packaging/windows/build_vision.bat %CUDA_VERSION% %TORCHVISION_BUILD_VERSION% %TORCHVISION_BUILD_NUMBER% call packaging/windows/build_vision.bat %CUDA_VERSION% %TORCHVISION_BUILD_VERSION% %TORCHVISION_BUILD_NUMBER%
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment