Skip to content

Commit f758505

Browse files
authored
[CI/Build] increase wheel size limit to 200 MB (#5130)
1 parent d910816 commit f758505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/check-wheel-size.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import zipfile
33

4-
MAX_SIZE_MB = 150
4+
MAX_SIZE_MB = 200
55

66

77
def print_top_10_largest_files(zip_file):

0 commit comments

Comments
 (0)