Skip to content

Commit c3ec8b5

Browse files
committed
Remove the bootstrap script.
1 parent e139cbf commit c3ec8b5

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)