Skip to content

Commit 4e57670

Browse files
committed
to have a bit of info
1 parent e0e9d18 commit 4e57670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pytest-simcore/src/pytest_simcore/dask_scheduler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ async def dask_spec_local_cluster(
7272
asynchronous=True,
7373
name="pytest_dask_spec_local_cluster",
7474
) as cluster:
75+
print("Cluster dashboard link: ", cluster.dashboard_link)
7576
scheduler_address = URL(cluster.scheduler_address)
7677
monkeypatch.setenv(
7778
"COMPUTATIONAL_BACKEND_DEFAULT_CLUSTER_URL",

0 commit comments

Comments
 (0)