File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1307,7 +1307,7 @@ def test_session_options_add_external_initializers(self):
1307
1307
1308
1308
def test_register_custom_ops_library (self ):
1309
1309
if sys .platform .startswith ("win" ):
1310
- shared_library = "custom_op_library.dll"
1310
+ shared_library = os . path . abspath ( "custom_op_library.dll" )
1311
1311
if not os .path .exists (shared_library ):
1312
1312
raise FileNotFoundError (f"Unable to find '{ shared_library } '" )
1313
1313
@@ -1724,7 +1724,7 @@ def test_register_custom_e_ps_library(self):
1724
1724
return
1725
1725
1726
1726
if sys .platform .startswith ("win" ):
1727
- shared_library = "test_execution_provider.dll"
1727
+ shared_library = os . path . abspath ( "test_execution_provider.dll" )
1728
1728
1729
1729
elif sys .platform .startswith ("darwin" ):
1730
1730
# exclude for macos
You can’t perform that action at this time.
0 commit comments