Skip to content

Commit 72e358b

Browse files
committed
updated Makefile
1 parent 59fb52c commit 72e358b

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
@@ -113,7 +113,8 @@ python:
113113

114114
# only install pip packages not installed via system packages
115115
#$(SUDO_PIP) pip install --upgrade -r requirements.txt
116-
@bash-tools/python_pip_install_if_absent.sh requirements.txt
116+
#@bash-tools/python_pip_install_if_absent.sh requirements.txt
117+
$(SUDO_PIP) pip install -r requirements.txt
117118

118119
# for impyla
119120
$(SUDO_PIP) pip install --upgrade setuptools || :

0 commit comments

Comments
 (0)