Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip certain
cugraph-pyg
tests when torch-sparse is not available (#…
…3970) A follow-up PR to fix the test failure again on rockylinux (see [log](https://github.com/rapidsai/cugraph/actions/runs/6718664898/job/18258783035#step:7:9297)). `import_optional` only catches `ModuleNotFoundError`, however, it threw an `OSError` on rockylinux. Let's just catch all exceptions during imports in this case. Closes rapidsai/graph_dl#373 Authors: - Tingyu Wang (https://github.com/tingyu66) Approvers: - Rick Ratzel (https://github.com/rlratzel) - Brad Rees (https://github.com/BradReesWork) URL: #3970
- Loading branch information