Skip to content

Commit

Permalink
Another tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Nov 25, 2024
1 parent 786cb2c commit 7686343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ on:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@select-python-version-binary-build
with:
package-type: wheel
os: linux
test-infra-repository: pytorch/test-infra
test-infra-ref: main
test-infra-ref: select-python-version-binary-build
with-cuda: disabled
with-rocm: disabled
python-versions: '["3.10", "3.11", "3.12"]'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ on:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@select-python-version-binary-build
with:
package-type: wheel
os: macos-arm64
test-infra-repository: pytorch/test-infra
test-infra-ref: main
test-infra-ref: select-python-version-binary-build
with-cuda: disabled
with-rocm: disabled
python-versions: '["3.10", "3.11", "3.12"]'
Expand Down

0 comments on commit 7686343

Please sign in to comment.