We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce0e77 commit 695166bCopy full SHA for 695166b
1 file changed
Make.bat
@@ -164,7 +164,7 @@ REM Main build sequence Ends
164
CALL "%TMPDIR%\venv\Scripts\activate" || EXIT /B 1
165
166
ECHO Installing dependencies...
167
- CALL python -m pip install --upgrade pip==24.2 || EXIT /B 1
+ CALL python -m pip install --upgrade pip || EXIT /B 1
168
CALL pip install --only-binary=cryptography -r "%WD%\requirements.txt" || EXIT /B 1
169
170
CD %WD%
0 commit comments