Skip to content

Commit a803a45

Browse files
committed
fixes
1 parent 1494944 commit a803a45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_build_wheels_windows_with_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: ${{ matrix.repository }}
4242
with:
4343
repository: ${{ matrix.repository }}
44-
ref: atalman-patch-11
44+
ref: nightly
4545
test-infra-repository: ${{ github.repository }}
4646
test-infra-ref: ${{ github.ref }}
4747
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def generate_wheels_matrix(
458458
arches += [XPU]
459459

460460
if limit_pr_builds:
461-
python_versions = ["3.14", "3.14t"]
461+
python_versions = [python_versions[0]]
462462

463463
global WHEEL_CONTAINER_IMAGES
464464

0 commit comments

Comments
 (0)