Skip to content

Commit 2f5852c

Browse files
committed
fix pylint
1 parent efb5909 commit 2f5852c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci_build/azure_pipelines/pylint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
steps:
99
- bash: |
1010
set -ex
11-
pip install pylint
11+
pip install pylint==2.4.4
1212
pip freeze
13-
set PYTHONHOME=%PYTHONHOME%;tf2onnx;tests
1413
pylint --rcfile=tools/pylintrc --ignore=version.py --disable=cyclic-import tf2onnx tests/*.py tools -j 0
1514
displayName: 'Pylint'

0 commit comments

Comments
 (0)