diff --git a/build.cmd b/build.cmd index f2da6cfa..36ba13ef 100644 --- a/build.cmd +++ b/build.cmd @@ -387,7 +387,7 @@ if "%InstallPythonPackages%" == "True" ( echo "#################################" echo "Installing python packages ... " echo "#################################" - call "%PythonExe%" -m pip install --upgrade pip + call "%PythonExe%" -m pip install --upgrade "pip==19.3.1" call "%PythonExe%" -m pip install --upgrade nose pytest pytest-xdist graphviz imageio pytest-cov "jupyter_client>=4.4.0" "nbconvert>=4.2.0" if %PythonVersion% == 2.7 (