Skip to content

Commit

Permalink
Fix typo in Windows nightly build scripts (#2071)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc123 committed Apr 7, 2020
1 parent 51d694e commit 9a3afff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/windows/internal/build_wheels.bat
Expand Up @@ -5,7 +5,7 @@ if errorlevel 1 exit /b 1
call packaging/windows/internal/cuda_install.bat
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

call packaging/windows/build_vision.bat %CUDA_VERSION% %TORCHVISION_BUILD_VERSION% %TORCHVISION_BUILD_NUMBER%
Expand Down

0 comments on commit 9a3afff

Please sign in to comment.