Skip to content

Commit

Permalink
Install Netlify dependencies with micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 13, 2023
1 parent f38187c commit 0223024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
command = "python -m pip install -r requirements-dev.txt && python -m pip install . && mkdocs build"
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 comments on commit 0223024

Please sign in to comment.