Skip to content

Commit 82c3de9

Browse files
JuliaRSjulia.roznova
andauthored
try to skip only gpu spmd tests (uxlfoundation#2210)
Co-authored-by: julia.roznova <[email protected]>
1 parent d952af1 commit 82c3de9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/run_examples.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ def get_exe_cmd(ex, args):
207207
return None
208208
if not check_version(req_version[os.path.basename(ex)], get_daal_version()):
209209
return None
210-
if not check_library(req_library[os.path.basename(ex)]):
211-
return None
212210

213211
if os.path.dirname(ex).endswith("sklearnex"):
214212
if args.nosklearnex:

0 commit comments

Comments
 (0)