Skip to content

Commit

Permalink
try to skip only gpu spmd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julia.roznova committed Dec 19, 2024
1 parent 850b86d commit 24d29af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/run_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ def get_exe_cmd(ex, args):
return None
if not check_version(req_version[os.path.basename(ex)], get_daal_version()):
return None
if not check_library(req_library[os.path.basename(ex)]):
return None

if os.path.dirname(ex).endswith("sklearnex"):
if args.nosklearnex:
Expand Down

0 comments on commit 24d29af

Please sign in to comment.