mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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:
parent
7cc3a591c2
commit
d83a049232
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue