From d50944ec898e765477820994351448aa8071a658 Mon Sep 17 00:00:00 2001 From: atalman Date: Wed, 24 Jan 2024 09:18:40 -0800 Subject: [PATCH] Add numpy to windows conda tests --- windows/internal/smoke_test.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/internal/smoke_test.bat b/windows/internal/smoke_test.bat index ce097f6a2..e1980fed3 100644 --- a/windows/internal/smoke_test.bat +++ b/windows/internal/smoke_test.bat @@ -54,7 +54,7 @@ if errorlevel 1 exit /b 1 set "PATH=%CD%\Python%PYTHON_VERSION%\Scripts;%CD%\Python;%PATH%" -pip install -q numpy protobuf +pip install -q numpy protobuf if errorlevel 1 exit /b 1 for /F "delims=" %%i in ('where /R "%PYTORCH_FINAL_PACKAGE_DIR:/=\%" *.whl') do pip install "%%i" @@ -87,7 +87,7 @@ set "PATH=%CONDA_HOME%;%CONDA_HOME%\scripts;%CONDA_HOME%\Library\bin;%PATH%" conda create -qyn testenv python=%DESIRED_PYTHON% if errorlevel 1 exit /b 1 -call conda install -yq conda-build +call conda install -yq conda-build numpy if errorlevel 1 exit /b 1 call %CONDA_HOME%\condabin\activate.bat testenv if errorlevel 1 exit /b 1