Remove uv pip install pip since pip is in virtualenv's venv

This commit is contained in:
litagin02
2024-06-02 01:49:15 +09:00
parent 3abf7ec687
commit ffd0fc98f6
2 changed files with 0 additions and 14 deletions

View File

@@ -107,13 +107,6 @@ echo Executing: pip install uv
pip install uv
if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
echo --------------------------------------------------
echo Installing pip for compatibility...
echo --------------------------------------------------
echo Executing: uv pip install pip
uv pip install pip
if !errorlevel! neq 0 ( pause & popd & exit /b !errorlevel! )
echo --------------------------------------------------
echo Installing dependencies...
echo --------------------------------------------------