mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[EZ] Update lintrunner in CI to 0.12.7 (#143073)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/143073 Approved by: https://github.com/wdvr
This commit is contained in:
committed by
PyTorch MergeBot
parent
7cc3a591c2
commit
d83a049232
@ -280,9 +280,9 @@ unittest-xml-reporting<=3.2.0,>=2.0.0
|
||||
#test that import:
|
||||
|
||||
#lintrunner is supported on aarch64-linux only from 0.12.4 version
|
||||
lintrunner==0.12.5
|
||||
lintrunner==0.12.7
|
||||
#Description: all about linters!
|
||||
#Pinned versions: 0.12.5
|
||||
#Pinned versions: 0.12.7
|
||||
#test that import:
|
||||
|
||||
redis>=4.0.0
|
||||
|
2
.github/scripts/lintrunner.sh
vendored
2
.github/scripts/lintrunner.sh
vendored
@ -19,7 +19,7 @@ fi
|
||||
|
||||
# if lintrunner is not installed, install it
|
||||
if ! command -v lintrunner &> /dev/null; then
|
||||
python3 -m pip install lintrunner==0.12.5
|
||||
python3 -m pip install lintrunner==0.12.7
|
||||
fi
|
||||
|
||||
# This has already been cached in the docker image
|
||||
|
Reference in New Issue
Block a user