Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Jan 31, 2025
1 parent 51773f3 commit 995ca07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,8 @@ def generate_wheels_matrix(
arches += [XPU]

if limit_pr_builds:
python_versions = [python_versions[0]]
# todo: remove before merging
python_versions = [python_versions[-1]]

global WHEEL_CONTAINER_IMAGES

Expand Down

0 comments on commit 995ca07

Please sign in to comment.