Skip to content

Commit

Permalink
Merge pull request #2142 from hadim/pixi_osx
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Nov 19, 2024
2 parents 1b800c2 + d1df534 commit 9b81225
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_smithy/templates/run_osx_build.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ set -xe

MINIFORGE_HOME=${MINIFORGE_HOME:-${HOME}/miniforge3}
MINIFORGE_HOME=${MINIFORGE_HOME%/} # remove trailing slash
mkdir -p ${MINIFORGE_HOME}

{%- if conda_install_tool == "micromamba" %}

( startgroup "Provisioning base env with micromamba" ) 2> /dev/null
Expand Down
23 changes: 23 additions & 0 deletions news/pixi_osx.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Make sure $MINIFORGE_HOME folder exists during build.

**Security:**

* <news item>

0 comments on commit 9b81225

Please sign in to comment.