Skip to content

Commit 9ce0e77

Browse files
committed
Trying to fix pip error on Windows build machine. pin the pip version to 24.2
1 parent 0b911bf commit 9ce0e77

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 || EXIT /B 1
167+
CALL python -m pip install --upgrade pip==24.2 || 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)