File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ py -3 -m pip install --user --upgrade pip setuptools wheel
5
5
6
6
# virtualenv is a bit nicer for setting up virtual environment, since it will provide up-to-date versions of
7
7
# pip/setuptools/wheel which basic `python3 -m venv venv` won't
8
- py -2 - m pip install -- user ' virtualenv< 20.11 '
9
- py -3 - m pip install -- user ' virtualenv<20.11 '
8
+ py -2 - m pip install -- user ' virtualenv!= 20.12.0 '
9
+ py -3 - m pip install -- user virtualenv
10
10
11
11
# We aren't compatible with poetry 1.2
12
12
py -3 - m pip install -- user " poetry>=1.1,<1.2"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ python3 -m pip install --user --upgrade pip setuptools wheel
15
15
16
16
# virtualenv is a bit nicer for setting up virtual environment, since it will provide up-to-date versions of
17
17
# pip/setuptools/wheel which basic `python3 -m venv venv` won't
18
- python3 -m pip install --user ' virtualenv<20.11 '
18
+ python3 -m pip install --user virtualenv
19
19
20
20
# We install poetry with pip instead of the recommended way, since the recommended way
21
21
# caused some problem since `poetry run` gives output like:
@@ -42,5 +42,5 @@ if command -v python2 >/dev/null 2>&1; then
42
42
43
43
python2 -m pip install --user --upgrade pip setuptools wheel
44
44
45
- python2 -m pip install --user ' virtualenv< 20.11 '
45
+ python2 -m pip install --user ' virtualenv!= 20.12.0 '
46
46
fi
You can’t perform that action at this time.
0 commit comments