Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 4f3c593

Browse files
committed
Remove torchaudio check; we don't use it
1 parent 555a10e commit 4f3c593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pull.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ jobs:
458458
pip3 list
459459
python3 -c 'import torch;print(f"torch: {torch.__version__, torch.version.git_version}")'
460460
python3 -c 'import torchvision;print(f"torchvision: {torchvision.__version__, torchvision.version.git_version}")'
461-
python3 -c 'import torchaudio;print(f"torchaudio: {torchaudio.__version__, torchaudio.version.git_version}")'
462461
463462
cd ../..
464463
echo "Inside: ${PWD}"

0 commit comments

Comments
 (0)