Skip to content

Commit 695166b

Browse files
committed
Revert "Trying to fix pip error on Windows build machine. pin the pip version to 24.2"
This reverts commit 9ce0e77.
1 parent 9ce0e77 commit 695166b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ REM Main build sequence Ends
164164
CALL "%TMPDIR%\venv\Scripts\activate" || EXIT /B 1
165165

166166
ECHO Installing dependencies...
167-
CALL python -m pip install --upgrade pip==24.2 || EXIT /B 1
167+
CALL python -m pip install --upgrade pip || EXIT /B 1
168168
CALL pip install --only-binary=cryptography -r "%WD%\requirements.txt" || EXIT /B 1
169169

170170
CD %WD%

0 commit comments

Comments
 (0)