mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Don't install lintrunner on S390 (#142876)
Not sure if there are many users of this platform, but hopefully this will fix https://github.com/pytorch/pytorch/issues/142872 Pull Request resolved: https://github.com/pytorch/pytorch/pull/142876 Approved by: https://github.com/jeanschmidt
This commit is contained in:
committed by
PyTorch MergeBot
parent
e647b6d590
commit
42d4eec5f3
@ -14,7 +14,7 @@ filelock
|
||||
networkx
|
||||
jinja2
|
||||
fsspec
|
||||
lintrunner
|
||||
lintrunner ; platform_machine != "s390x"
|
||||
ninja
|
||||
packaging
|
||||
optree>=0.13.0
|
||||
|
Reference in New Issue
Block a user