Skip to content

Commit 2f902ae

Browse files
committed
Adding details for the test-infra issue
1 parent 0f0f218 commit 2f902ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/smoke_test/smoke_test.py

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ def smoke_test_cuda(package: str) -> None:
7979
if(package == 'all'):
8080
import torchaudio
8181
import torchvision
82+
# There is an issue with current windows runners calling conda from python
83+
# https://github.com/pytorch/test-infra/issues/1054
8284
if installation_str.find("nightly") != -1 or platform.system() == "Windows" :
8385
# just print out cuda version, as version check were already performed during import
8486
print(f"torchvision cuda: {torch.ops.torchvision._cuda_version()}")

0 commit comments

Comments
 (0)