MLOS
MLOS copied to clipboard
Move the CI to conda
Do we have an issue to move the CI to conda?
Originally posted by @amueller in https://github.com/microsoft/MLOS/pull/79#issuecomment-693479238
the basic idea is to have CI download miniconda (or potentially miniforge) and create a clean conda env for anything that's running python, and try to use pip as little as possible.
Can also consider to combine this with efforts to publish docker images (#36) via CI as well.