Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX Pytest] Resolve 'importlib' issue (#78)
This commit resolves issue, that occurs on main 'pytest run'. ``` _triton_C_dir = importlib.resources.files(triton._C).joinpath("") E AttributeError: module 'importlib' has no attribute 'resources' ```
- Loading branch information