Skip to content

Commit 41b90f4

Browse files
committed
Disable post-build-script for Windows
1 parent 43c9e4f commit 41b90f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
test-infra-ref: build-platform-windows
5151
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5252
pre-script: packaging/pre_build_script.sh
53-
post-script: packaging/post_build_script.sh
53+
# post-script: packaging/post_build_script.sh # TODO enable post-build checks?
5454
env-script: packaging/vc_env_helper.bat
5555
smoke-test-script: packaging/fake_smoke_test.py
5656
package-name: torchcodec

0 commit comments

Comments
 (0)