Skip to content

Commit

Permalink
Use subdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed Oct 14, 2023
1 parent e65e4e0 commit 1b696a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and upload to PyPI

on:
push:
pull_request:
release:
types:
Expand Down
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 1b696a2

Please sign in to comment.