Skip to content

Commit

Permalink
Try installing netlify dependencies with micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Oct 12, 2023
1 parent a879f12 commit b5a34b1
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 && pip install . && mkdocs build"
publish = "site"

0 comments on commit b5a34b1

Please sign in to comment.