Skip to content

Commit d87dbb8

Browse files
Merge pull request #1113 from roboflow/fix/skypilot-integration
Added missing function call to load sky
2 parents 026fc9d + fb8008b commit d87dbb8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

inference_cli/lib/cloud_adapter.py

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def cloud_undeploy(cluster_name):
130130

131131

132132
def cloud_deploy(provider, compute_type, dry_run, custom, help, roboflow_api_key):
133+
check_sky_installed()
133134
if help:
134135
print(
135136
"""
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
skypilot[aws,gcp]==0.5.0
1+
skypilot[aws,gcp]==0.8.0
22
cryptography>=43.0.1

0 commit comments

Comments
 (0)