Skip to content

Commit 085a9b0

Browse files
authored
Set install_pip_requirements=True for mi200 bot (#328)
To unblock llvm/llvm-project#117922
1 parent fab27e2 commit 085a9b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2936,6 +2936,7 @@
29362936
depends_on_projects=['llvm', 'mlir'],
29372937
targets = ['check-mlir-build-only'],
29382938
checks = ['check-mlir'],
2939+
install_pip_requirements=True,
29392940
extra_configure_args= mlir_default_cmake_options + [
29402941
'-DLLVM_CCACHE_BUILD=ON',
29412942
'-DLLVM_ENABLE_ASSERTIONS=ON',

0 commit comments

Comments
 (0)