Skip to content

Commit

Permalink
[CI/Build] increase wheel size limit to 200 MB (#5130)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao committed May 30, 2024
1 parent d910816 commit f758505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/check-wheel-size.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import zipfile

MAX_SIZE_MB = 150
MAX_SIZE_MB = 200


def print_top_10_largest_files(zip_file):
Expand Down

0 comments on commit f758505

Please sign in to comment.