Skip to content

Commit a100136

Browse files
committed
Should work now
1 parent 7686343 commit a100136

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-wheels-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ on:
1919

2020
jobs:
2121
generate-matrix:
22-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@select-python-version-binary-build
22+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2323
with:
2424
package-type: wheel
2525
os: linux
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: select-python-version-binary-build
27+
test-infra-ref: main
2828
with-cuda: disabled
2929
with-rocm: disabled
3030
python-versions: '["3.10", "3.11", "3.12"]'

.github/workflows/build-wheels-m1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ on:
1919

2020
jobs:
2121
generate-matrix:
22-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@select-python-version-binary-build
22+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
2323
with:
2424
package-type: wheel
2525
os: macos-arm64
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: select-python-version-binary-build
27+
test-infra-ref: main
2828
with-cuda: disabled
2929
with-rocm: disabled
3030
python-versions: '["3.10", "3.11", "3.12"]'

0 commit comments

Comments
 (0)