Skip to content

Commit 02637d5

Browse files
test
1 parent 82277f0 commit 02637d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828
package-name: torchvision
2929
python-version: '3.12'
3030
aarch: 'x64'
31-
name: ${{ matrix.repository }}-x64-test
31+
name: test new workflow
3232
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows.yml@x64windows_test
3333
with:
34-
repository: ${{ matrix.repository }}
34+
repository: pytorch/vision
3535
ref: ""
3636
test-infra-repository: alinpahontu2912/test-infra
3737
test-infra-ref: x64windows_test
38-
package-name: ${{ matrix.package-name }}
39-
smoke-test-script: ${{ matrix.smoke-test-script }}
40-
aarch: ${{ matrix.aarch }}
38+
package-name: torchvision
39+
smoke-test-script: test/smoke_test.py
40+
aarch: 'x64'
4141

4242
generate-matrix:
4343
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main

0 commit comments

Comments
 (0)