Motivation or Problem
CI and Documentation GitHub workflows take 1 hour+ to run in some cases - about half of this time is spent configuring the conda environment, solving the dependencies especially.
Desired Solution
Switch the package resolved to Mamba in the workflows, as shown in here.
Potential Alternatives
Build times on CI aren't the biggest problem in the world but this is a "nice to have".