Skip to content

Commit 2ec11a0

Browse files
committed
Use explicit version of virtualenv to fix bug
Related to pypa/pip#12372 Work-around is to use older version of virtualenv.
1 parent e70d706 commit 2ec11a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

script/bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ fi
120120

121121
# lint dependencies
122122
pip3 install pre-commit
123+
pip3 install virtualenv==v20.24.5

script/bootstrap.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ winget list Git.Git >NUL || winget install -e --id=Git.Git
2424
if %errorlevel% neq 0 exit /b %errorlevel%
2525

2626
python -m pip install pre-commit --proxy=%HTTP_PROXY%
27+
python -m pip install virtualenv==v20.24.5 --proxy=%HTTP_PROXY%
2728

2829
endlocal

0 commit comments

Comments
 (0)