Skip to content

Commit 00a128a

Browse files
committed
tempoarily pin pip
1 parent 08922c3 commit 00a128a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ install-linting:
88

99
.PHONY: install-pydantic
1010
install-pydantic:
11-
python -m pip install -U wheel pip
11+
@echo 'temporarily pin pip to 20.2 while the issues with 20.3 get ironed out'
12+
python -m pip install -U wheel pip==20.2
1213
pip install -r requirements.txt
1314
SKIP_CYTHON=1 pip install -e .
1415

0 commit comments

Comments
 (0)