Skip to content

Commit 91a4f51

Browse files
authored
Merge pull request #1412 from pytorch/issue_1409
remove cu102 since regression test win env is cpu
2 parents 5f27840 + 6f2e338 commit 91a4f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/buildspec_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 0.2
55
phases:
66
install:
77
commands:
8-
- python ts_scripts\install_dependencies.py --cuda=cu102 --environment=dev
8+
- python ts_scripts\install_dependencies.py --environment=dev
99

1010
build:
1111
commands:

0 commit comments

Comments
 (0)