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:
Nikita Shulga
2024-12-11 18:54:12 +00:00
committed by PyTorch MergeBot
parent e647b6d590
commit 42d4eec5f3

View File

@ -14,7 +14,7 @@ filelock
networkx
jinja2
fsspec
lintrunner
lintrunner ; platform_machine != "s390x"
ninja
packaging
optree>=0.13.0