Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 2f51e50

Browse files
Update .travis.yml
1 parent 3106760 commit 2f51e50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ python:
77
- 3.7
88

99
env:
10-
- PYTORCH_CONDA="pytorch" TORCHVISION_CONDA="torchvision" TORCHVISION_CHANNEL=pytorch
10+
# FIXME multi-processing hangs with pytorch 1.0 and uinttest test discovery
11+
# - PYTORCH_CONDA="pytorch" TORCHVISION_CONDA="torchvision" TORCHVISION_CHANNEL=pytorch
1112
- PYTORCH_CONDA="pytorch=0.4.1" TORCHVISION_CONDA="torchvision" TORCHVISION_CHANNEL=pytorch
1213

1314
install:

0 commit comments

Comments
 (0)