Skip to content

Commit 5c3e539

Browse files
test
1 parent a012c62 commit 5c3e539

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
smoke-test-script: test/smoke_test.py
2828
package-name: torchvision
2929
aarch: 'x64'
30-
test-infra-repository: pytorch/test-infra
31-
test-infra-ref: main
30+
test-infra-repository: alinpahontu2912/test-infra
31+
test-infra-ref: x64windows_test
3232
name: test new job
3333
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
3434
with:
@@ -64,12 +64,13 @@ jobs:
6464
with:
6565
repository: ${{ matrix.repository }}
6666
ref: ""
67-
test-infra-repository: pytorch/test-infra
68-
test-infra-ref: main
67+
test-infra-repository: alinpahontu2912/test-infra
68+
test-infra-ref: x64windows_test
6969
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
7070
pre-script: ${{ matrix.pre-script }}
7171
env-script: ${{ matrix.env-script }}
7272
post-script: ${{ matrix.post-script }}
7373
package-name: ${{ matrix.package-name }}
7474
smoke-test-script: ${{ matrix.smoke-test-script }}
7575
trigger-event: ${{ github.event_name }}
76+
aarch: ""

0 commit comments

Comments
 (0)