Skip to content

Commit a8e2ddd

Browse files
committed
env: force pip >= 8
1 parent 9f4ac84 commit a8e2ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install-python:
2424

2525
install-python-base:
2626
@echo "--> Installing Python dependencies"
27-
pip install "setuptools>=0.9.8"
27+
pip install "setuptools>=0.9.8" "pip>=8.0.0"
2828
# order matters here, base package must install first
2929
pip install -e .
3030
pip install ujson

0 commit comments

Comments
 (0)