See [this comment](https://github.com/scverse/integration-testing/pull/29#discussion_r2872624805) but I think `cuda` should be made available to the path by default (otherwise it breaks builds? do I have this right @Intron7?) [RSC is already doing this](https://github.com/scverse/rapids_singlecell/blob/main/.github/workflows/test-gpu.yml#L86-L89) and [now so is integration testing](https://github.com/scverse/integration-testing/pull/29/changes/BASE..a13965379431e4ae52dc4ed0644317d2d3781bbb#diff-65ae1168eecd2c82b28b52c8a2c70866716e326bfa781144b33f0d74909103d9R64-R69)
See this comment but I think
cudashould be made available to the path by default (otherwise it breaks builds? do I have this right @Intron7?)RSC is already doing this and now so is integration testing