Add MonkeyType dependency for testing on Linux (#55305)

Summary:
Install Monkey Type as part of our testing on Linux

Pull Request resolved: https://github.com/pytorch/pytorch/pull/55305

Reviewed By: ailzhang

Differential Revision: D27592679

Pulled By: nikithamalgifb

fbshipit-source-id: c92b786e45fc16288d658228a5f96aca53a3da6b
This commit is contained in:
nikithamalgi 2021-04-06 09:12:44 -07:00 committed by Facebook GitHub Bot
parent 158cdece65
commit 8243ba7205
2 changed files with 6 additions and 0 deletions

View file

@ -66,6 +66,11 @@ function get_bazel() {
chmod +x tools/bazel
}
function install_monkeytype {
# Install MonkeyType
pip_install MonkeyType
}
TORCHVISION_COMMIT=8a2dc6f22ac4389ccba8859aa1e1cb14f1ee53db
function install_torchvision() {

View file

@ -437,6 +437,7 @@ elif [[ "${BUILD_ENVIRONMENT}" == *-bazel-* ]]; then
test_bazel
else
install_torchvision
install_monkeytype
test_python
test_aten
test_vec256