Revert "Trying to fix pip error on Windows build machine. pin the pip version to 24.2"

This reverts commit 9ce0e77e61.
pull/8794/head
Akshay Joshi 2025-05-26 18:10:31 +05:30
parent 9ce0e77e61
commit 695166bde5
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ REM Main build sequence Ends
CALL "%TMPDIR%\venv\Scripts\activate" || EXIT /B 1
ECHO Installing dependencies...
CALL python -m pip install --upgrade pip==24.2 || EXIT /B 1
CALL python -m pip install --upgrade pip || EXIT /B 1
CALL pip install --only-binary=cryptography -r "%WD%\requirements.txt" || EXIT /B 1
CD %WD%