Skip to content

Commit

Permalink
update name of packaged file
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Jan 4, 2025
1 parent 901c010 commit 20f16c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/script/test_r_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def pkgroot(path: str) -> None:
if os.path.exists(osxmakef):
os.remove(osxmakef)
pkgroot("Makevars.in")
pkgroot("Makevars.win")
pkgroot("Makevars.win.in")
# misc
rwsp = Path("R-package") / "remove_warning_suppression_pragma.sh"
if system() != "Windows":
Expand Down

0 comments on commit 20f16c5

Please sign in to comment.