minor fixes

This commit is contained in:
Fangjun Kuang 2022-08-20 11:03:12 +08:00
parent 7434d69239
commit 3232f394a4

View File

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