Skip to content

Commit cf554ca

Browse files
committed
add label to number in shard
1 parent 9c80a51 commit cf554ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/get_package_shards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def group_packages(packages):
7777
if len(shard_packages) == 1:
7878
desc = shard_packages[0].strip('/').split('/')[-1]
7979
else:
80-
desc = f"{shard_packages[0].strip('/').split('/')[-1]}...{shard_packages[-1].strip('/').split('/')[-1]} ({num_in_shard})"
80+
desc = f"{shard_packages[0].strip('/').split('/')[-1]}...{shard_packages[-1].strip('/').split('/')[-1]} ({num_in_shard} packages)"
8181

8282
shards.append({
8383
"name": name,

0 commit comments

Comments
 (0)