Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 19, 2024
1 parent 83997be commit 83b2325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/smoke_tests/test_mount_and_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ def test_docker_storage_mounts(generic_cloud: str, image_id: str):
# SkyPilot should automatically pick the right store on the same cloud.
# For other clouds, since SkyPilot may choose azure as the store, which
# is not supported on ubuntu 18.04, we set the store to s3.
private_mount_store = (None if generic_cloud in ['aws', 'gcp'] else 's3')
private_mount_store = (None
if generic_cloud in ['aws', 'gcp'] else 's3')
content = template.render(storage_name=storage_name,
include_azure_mount=False,
private_mount_store=private_mount_store)
Expand Down

0 comments on commit 83b2325

Please sign in to comment.