Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed May 18, 2024
1 parent 8da99cd commit 57a81e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4995,7 +4995,7 @@ def local_up(gpus: bool):
f'\nError: {style.BRIGHT}{stderr}{style.RESET_ALL}')
# Run sky check
with rich_utils.safe_status('[bold cyan]Running sky check...'):
sky_check.check(clouds=['kubernetes'], quiet=True)
sky_check.check(clouds=('kubernetes',), quiet=True)
if cluster_created:
# Prepare completion message which shows CPU and GPU count
# Get number of CPUs
Expand Down

0 comments on commit 57a81e1

Please sign in to comment.