File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,19 @@ jobs:
2424 fail-fast : false
2525 matrix :
2626 include :
27- - repository : pytorch/audio
28- pre-script : packaging/ffmpeg/build.bat
29- env-script : packaging/vc_env_helper.bat
30- wheel-build-params : " --plat-name win_amd64"
31- post-script : " "
32- smoke-test-script : " "
33- package-name : torchaudio
27+ # - repository: pytorch/audio
28+ # pre-script: packaging/ffmpeg/build.bat
29+ # env-script: packaging/vc_env_helper.bat
30+ # wheel-build-params: "--plat-name win_amd64"
31+ # post-script: ""
32+ # smoke-test-script: ""
33+ # package-name: torchaudio
34+ - repository : pytorch/vision
35+ pre-script : packaging/pre_build_script.sh
36+ env-script : packaging/windows/internal/vc_env_helper.bat
37+ post-script : packaging/post_build_script.sh
38+ smoke-test-script : test/smoke_test.py
39+ package-name : torchvision
3440 uses : ./.github/workflows/build_wheels_windows.yml
3541 name : ${{ matrix.repository }}
3642 with :
You can’t perform that action at this time.
0 commit comments