You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Assert FFmpeg is absent and torchcodec still imports
248
+
run: |
249
+
source packaging/helpers.sh
250
+
assert_ffmpeg_not_installed
251
+
python -c "import torchcodec; from torchcodec._core import ops; assert not ops._FFMPEG_AVAILABLE, 'FFmpeg was unexpectedly loaded'; print('OK: torchcodec imported without FFmpeg')"
- name: Assert FFmpeg is absent and torchcodec still imports
156
+
run: |
157
+
source packaging/helpers.sh
158
+
assert_ffmpeg_not_installed
159
+
python -c "import torchcodec; from torchcodec._core import ops; assert not ops._FFMPEG_AVAILABLE, 'FFmpeg was unexpectedly loaded'; print('OK: torchcodec imported without FFmpeg')"
0 commit comments