Skip to content

Commit efb5909

Browse files
committed
fix pylint
1 parent e6dbc41 commit efb5909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci_build/azure_pipelines/pylint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ jobs:
1010
set -ex
1111
pip install pylint
1212
pip freeze
13+
set PYTHONHOME=%PYTHONHOME%;tf2onnx;tests
1314
pylint --rcfile=tools/pylintrc --ignore=version.py --disable=cyclic-import tf2onnx tests/*.py tools -j 0
1415
displayName: 'Pylint'

0 commit comments

Comments
 (0)