Skip to content

Commit

Permalink
Remove unused pylint 1.9.4 from docker installation script (apache#6538)
Browse files Browse the repository at this point in the history
  • Loading branch information
leandron authored and Tushar Dey committed Oct 15, 2020
1 parent 24b9835 commit 58b851f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_python_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ set -u
set -o pipefail

# install libraries for python package on ubuntu
pip3 install pylint==1.9.4 six numpy pytest cython decorator scipy tornado typed_ast pytest mypy orderedset attrs requests Pillow packaging
pip3 install six numpy pytest cython decorator scipy tornado typed_ast pytest mypy orderedset attrs requests Pillow packaging

0 comments on commit 58b851f

Please sign in to comment.