Skip to content

Commit 0223024

Browse files
committed
Install Netlify dependencies with micromamba
1 parent f38187c commit 0223024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
2-
command = "python -m pip install -r requirements-dev.txt && python -m pip install . && mkdocs build"
3-
publish = "site"
2+
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"
3+
publish = "site"

0 commit comments

Comments
 (0)