Currently, the CI pipeline takes quite a while to run the test suite. This is mainly due to using Conda as the package manager, which can be slow in this situation. I propose switching to Mamba, which uses a C++ backend and should provide a significant speedup for the CI pipeline.
Currently, the CI pipeline takes quite a while to run the test suite. This is mainly due to using Conda as the package manager, which can be slow in this situation. I propose switching to Mamba, which uses a C++ backend and should provide a significant speedup for the CI pipeline.