Skip to content

Commit 10c1f9a

Browse files
committed
Pin pip==21.2.4
See pypa/pip#10573
1 parent 9d5f08c commit 10c1f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
mkdir -p docs/build
55

66
install:
7-
python3 -m pip install --upgrade pip
7+
python3 -m pip install --upgrade pip==21.2.4 # TODO: remove once pip 21.3 works
88
python3 -m pip install --upgrade wheel
99
python3 -m pip install --upgrade -r requirements-dev.txt
1010

0 commit comments

Comments
 (0)