diff --git a/Makefile b/Makefile index 2a5bacb751..5c39f732f3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,8 @@ install-linting: .PHONY: install-pydantic install-pydantic: - python -m pip install -U wheel pip + @echo 'temporarily pin pip to 20.2 while the issues with 20.3 get ironed out' + python -m pip install -U wheel pip==20.2 pip install -r requirements.txt SKIP_CYTHON=1 pip install -e .