pytorch/tools/linter
Nikita Shulga 93efddc67a Use pip corresponding to python executable (#141165)
Sometimes `python3` and `pip` are aliased to different runtimes, so it's better to always use `pip3`, but as linter should install packages into the same python environment, it's even better to just call sys.executable with `-mpip install XYZ` arguments

Fixes regression introduced by https://github.com/pytorch/pytorch/pull/124033

Pull Request resolved: https://github.com/pytorch/pytorch/pull/141165
Approved by: https://github.com/Skylion007, https://github.com/kit1980
2024-11-20 22:58:33 +00:00
..
adapters Use pip corresponding to python executable (#141165) 2024-11-20 22:58:33 +00:00
clang_tidy [BE][Easy] enable postponed annotations in tools (#129375) 2024-06-29 09:23:35 +00:00
__init__.py