Skip to content

Commit

Permalink
set isort version to 4.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
geetachavan1 authored and chenyu-jiang committed Dec 7, 2020
1 parent 08f54a5 commit c0cfcd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tensorflow/tools/ci_build/rel/ubuntu/sanity.sh
Expand Up @@ -28,6 +28,12 @@ sudo pip3 install pep8
sudo python2 -m pip install pylint==1.6.4
sudo python3 -m pip install pylint==1.6.4

# Pin isort version to 4.3.21
sudo python2 -m pip uninstall -y isort
sudo python3 -m pip uninstall -y isort
sudo python2 -m pip install isort==4.3.21
sudo python3 -m pip install isort==4.3.21

# TODO(yifeif): print pylint version for debug. remove later.
python3 -m pylint --version

Expand Down

0 comments on commit c0cfcd1

Please sign in to comment.