[CI/Build] increase wheel size limit to 200 MB (#5130)
This commit is contained in:
parent
d910816c73
commit
f758505c73
@ -1,7 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
import zipfile
|
import zipfile
|
||||||
|
|
||||||
MAX_SIZE_MB = 150
|
MAX_SIZE_MB = 200
|
||||||
|
|
||||||
|
|
||||||
def print_top_10_largest_files(zip_file):
|
def print_top_10_largest_files(zip_file):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user