We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70d706 commit 2ec11a0Copy full SHA for 2ec11a0
script/bootstrap
@@ -120,3 +120,4 @@ fi
120
121
# lint dependencies
122
pip3 install pre-commit
123
+pip3 install virtualenv==v20.24.5
script/bootstrap.bat
@@ -24,5 +24,6 @@ winget list Git.Git >NUL || winget install -e --id=Git.Git
24
if %errorlevel% neq 0 exit /b %errorlevel%
25
26
python -m pip install pre-commit --proxy=%HTTP_PROXY%
27
+python -m pip install virtualenv==v20.24.5 --proxy=%HTTP_PROXY%
28
29
endlocal
0 commit comments