Skip to content

Commit 4373d71

Browse files
committed
Merge branch 'backport-11830' of github.com:trivialfis/xgboost into backport-11830
2 parents daf1022 + 9d14ed2 commit 4373d71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ops/script/test_r_package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def pkgroot(path: str) -> None:
4848
)
4949

5050
shutil.copytree("R-package", dest)
51+
os.remove(dest / "bootstrap.R")
5152
# core
5253
shutil.copytree("src", dest / "src" / "src")
5354
shutil.copytree("include", dest / "src" / "include")

0 commit comments

Comments
 (0)