You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.