Skip to content

Commit

Permalink
[build] relax wheel size limit (#6704)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Jul 23, 2024
1 parent 1bedf21 commit 72fc704
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 = 200
MAX_SIZE_MB = 250


def print_top_10_largest_files(zip_file):
Expand Down

0 comments on commit 72fc704

Please sign in to comment.