Skip to content

Commit 9f6be2e

Browse files
committed
updated Makefile
1 parent 8459724 commit 9f6be2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ python:
100100
@bash-tools/python_pip_install.sh snakebite[kerberos] || :
101101

102102
# Python >= 3.4 - try but accept failure in case we're not on the right version of Python
103-
@if [ "$$(echo "$$(python -V 2>&1 | grep -Eo '[[:digit:]]+\.[[:digit:]]+') >= 3.4" | bc -l)" = 1 ]; then bash-tools/python_pip_install.sh "avro-python3"; fi
103+
#@if [ "$$(echo "$$(python -V 2>&1 | grep -Eo '[[:digit:]]+\.[[:digit:]]+') >= 3.4" | bc -l)" = 1 ]; then bash-tools/python_pip_install.sh "avro-python3"; fi
104+
NO_FAIL=1 bash-tools/python_pip_install.sh "avro-python3"
104105

105106
@# for impyla
106107
@#$(SUDO_PIP) pip install --upgrade setuptools || :

0 commit comments

Comments
 (0)