Skip to content

Commit

Permalink
Resolve issues with multiversion testing [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
RashulChutani committed Oct 4, 2023
1 parent 863a5a1 commit 23d2890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 23d2890

Please sign in to comment.