mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[CI] Stop Wheel Builds from Spamming Logs (#15640)
This commit is contained in:
parent
1d52ab819f
commit
e2546c9d3c
1 changed files with 0 additions and 1 deletions
|
@ -306,7 +306,6 @@ def move_file(target_dir, filename):
|
|||
# Create the target directory if it doesn't already exist.
|
||||
os.makedirs(os.path.dirname(destination), exist_ok=True)
|
||||
if not os.path.exists(destination):
|
||||
print("Copying {} to {}.".format(source, destination))
|
||||
if sys.platform == "win32":
|
||||
# Does not preserve file mode (needed to avoid read-only bit)
|
||||
shutil.copyfile(source, destination, follow_symlinks=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue