Skip to content

Commit

Permalink
Use subdir envvar for micromamba (#317)
Browse files Browse the repository at this point in the history
* Use subdir.

* revert temp change

* test wheel before release

* revert wheel testing changes

---------

Co-authored-by: Jan Tilly <jan.tilly@quantco.com>
  • Loading branch information
MarcAntoineSchmidtQC and jtilly authored Oct 16, 2023
1 parent be4c7f0 commit 7edcdea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_tools/prepare_macos_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -exuo pipefail

if [[ "${ARCHFLAGS:-}" == *arm64 ]]; then
CONDA_CHANNEL="conda-forge/osx-arm64"
export CONDA_SUBDIR="osx-arm64"
else
CONDA_CHANNEL="conda-forge/osx-64"
export CONDA_SUBDIR="osx-64"
fi

/Users/runner/micromamba-bin/micromamba create -y -p $CONDA/envs/build -c $CONDA_CHANNEL jemalloc-local xsimd llvm-openmp
/Users/runner/micromamba-bin/micromamba create -y -p $CONDA/envs/build -c conda-forge jemalloc-local xsimd llvm-openmp

0 comments on commit 7edcdea

Please sign in to comment.