Skip to content

Commit 39828be

Browse files
authored
Update test.yml (#162)
1 parent 9de0ccb commit 39828be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get_latest_bindings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_latest_bindings_cand(all_candidates, gpu_platform: str, no_gpu=False):
5050

5151
assert len(bindings_cands), "couldn't find any bindings versions"
5252
bindings_cands.sort(key=lambda x: x.version.release)
53-
return bindings_cands[0]
53+
return bindings_cands[-1]
5454

5555

5656
def get_latest_bindings_version_name(gpu_platform, no_gpu=False):

0 commit comments

Comments
 (0)