We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38187c commit 0223024Copy full SHA for 0223024
netlify.toml
@@ -1,3 +1,3 @@
1
[build]
2
-command = "python -m pip install -r requirements-dev.txt && python -m pip install . && mkdocs build"
3
-publish = "site"
+command = "bash <(curl -L micro.mamba.pm/install.sh) && source ~/.bashrc && micromamba install --name base --file environments/conda-lock.yml --category main dev && micromamba activate base && pip install . && mkdocs build"
+publish = "site"
0 commit comments