Set up CI for all backends
braun-steven opened this issue · 1 comments
braun-steven commented
Similar to the tensorly test cases we should write the unit tests as backend-agnostic as possible. During CI we then run the tests with all available backends set via the TENSORLY_BACKEND=...
environment variable. See also the GitHub test workflow of tensorly: https://github.com/tensorly/tensorly/blob/main/.github/workflows/test.yml
braun-steven commented
Resolved by d13b3a4.