Skip to content

Commit

Permalink
Merge pull request tensorflow#42567 from tensorflow/update_v_1.15
Browse files Browse the repository at this point in the history
set isort version to 4.3.21
  • Loading branch information
mihaimaruseac committed Aug 21, 2020
2 parents 41cc508 + 88efc43 commit c8f61e9
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 c8f61e9

Please sign in to comment.