Skip to content

Commit

Permalink
Update wheel_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkimmel3 committed Sep 22, 2024
1 parent 0ff8ba1 commit 4246672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/backends/wheel_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def _build_sky_wheel() -> pathlib.Path:

wheel_dir = WHEEL_DIR / hash_of_latest_wheel
wheel_dir.mkdir(parents=True, exist_ok=True)
print('Wheel path: ' + str(wheel_path))
print('Wheel dir: ' + str(wheel_dir))
# shutil.move(str(wheel_path), wheel_dir)
if not os.path.exists(os.path.join(wheel_dir, os.path.basename(wheel_path))):
Expand Down

0 comments on commit 4246672

Please sign in to comment.