We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6922f6 commit be65f4bCopy full SHA for be65f4b
.github/workflows/build-wheels-windows.yml
@@ -48,7 +48,7 @@ jobs:
48
test-infra-repository: 'alinpahontu2912/test-infra'
49
test-infra-ref: 'x64_windowstest'
50
name: ${{ matrix.repository }}${{ matrix.aarch && format(' ({0})', matrix.aarch) || '' }}
51
- uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
+ uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64_windowstest
52
with:
53
repository: ${{ matrix.repository }}
54
ref: ""
0 commit comments