We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d5f08c commit 10c1f9aCopy full SHA for 10c1f9a
Makefile
@@ -4,7 +4,7 @@
4
mkdir -p docs/build
5
6
install:
7
- python3 -m pip install --upgrade pip
+ python3 -m pip install --upgrade pip==21.2.4 # TODO: remove once pip 21.3 works
8
python3 -m pip install --upgrade wheel
9
python3 -m pip install --upgrade -r requirements-dev.txt
10
0 commit comments