google / ml-compiler-opt

Infrastructure for Machine Learning Guided Optimization (MLGO) in LLVM.
Apache License 2.0
629 stars 93 forks source link

Install pytype on buildbot #335

Closed boomanaiden154 closed 9 months ago

boomanaiden154 commented 9 months ago

This patch installs the development dependencies on the buildbot in addition to the normal python dependencies so that we have pytype available. This is necessary for running the pytype tests recently added on the LLVM side so we can prevent regressions while waiting for precommit CI to be implemented on the LLVM side.