Skip to content

Commit

Permalink
tempoarily pin pip
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 1, 2020
1 parent 465f267 commit de0657e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit de0657e

Please sign in to comment.