You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][E2E] Remove use of distutils package (#12943)
This package is deprecated and removed in python 3.12. PEP 632
recommends replacing `distutils.spawn.find_executable` with
`shutils.which`, which should offer the same functionality.
Also remove another python module which appears unused.
0 commit comments