From 23d2890675d3ea1ab8c18c66fc44d9bfe2f6091a Mon Sep 17 00:00:00 2001 From: RashulChutani Date: Wed, 4 Oct 2023 23:15:36 +0530 Subject: [PATCH] Resolve issues with multiversion testing [skip ci] --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.py b/run_tests.py index 6a343a215c1da..62d981b03914b 100644 --- a/run_tests.py +++ b/run_tests.py @@ -158,7 +158,7 @@ def update_individual_test_results( fw for fw in BACKENDS if (fw != backend_name and fw != "paddle") ] for other_backend in other_backends: - backends.append(other_backend + "/" + get_latest_package_version(backend)) + backends.append(other_backend + "/" + get_latest_package_version(other_backend)) print("Backends:", backends) command = (