minor fixes

This commit is contained in:
Fangjun Kuang 2022-08-18 13:50:50 +08:00
parent 38103806ef
commit 95ee98b286

View File

@ -126,7 +126,7 @@ def generate_build_matrix(enable_cuda, for_windows, test_only_latest_torch):
},
}
if test_only_latest_torch:
latest = "1.12.1"
latest = "1.12.0"
matrix = {latest: matrix[latest]}
ans = []