diff --git a/tests/test_multigpu.py b/tests/test_multigpu.py index 011be8cf644..4179f90ce1d 100644 --- a/tests/test_multigpu.py +++ b/tests/test_multigpu.py @@ -41,6 +41,7 @@ def setUp(self): mod_file.split(os.path.sep)[:-1] + ["scripts", "test_distributed_data_loop.py"] ) self.operation_file_path = os.path.sep.join(mod_file.split(os.path.sep)[:-1] + ["scripts", "test_ops.py"]) + self.pippy_file_path = os.path.sep.join(mod_file.split(os.path.sep)[:-1] + ["scripts", "test_pippy.py"]) @require_multi_device def test_multi_device(self):