diff --git a/netlify.toml b/netlify.toml index fee775cdd..870a46c40 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] -command = "python -m pip install -r requirements-dev.txt && python -m pip install . && mkdocs build" -publish = "site" \ No newline at end of file +command = "bash <(curl -L micro.mamba.pm/install.sh) && source ~/.bashrc && micromamba install --name base --file environments/conda-lock.yml --category main dev && pip install . && mkdocs build" +publish = "site"