Skip to content

Commit

Permalink
Fix first if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 5, 2022
1 parent 6659a2e commit 7f3ac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/internal/smoke_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ set "PATH=%CD%\Python%PYTHON_VERSION%\Scripts;%CD%\Python;%PATH%"
pip install -q numpy protobuf "mkl>=2019"
if errorlevel 1 exit /b 1

if "%PYTORCH_BUILD_VERSION%" == "1" (
if NOT "%PYTORCH_BUILD_VERSION%"=="%PYTORCH_BUILD_VERSION:dev=%" (
call internal\install_nightly_package.bat
if errorlevel 1 exit /b 1
) else (
Expand Down

0 comments on commit 7f3ac9e

Please sign in to comment.