* fix(conda)
condas >=23.11 require a conda-solver package that's only available in conda (so pip fails to find it).
this uses miniconda to install conda into our venv. and it seems to work!
closes#3897closes#5072
* haha. well, let's use the correct platform-specific installer.