Skip to content

Commit

Permalink
revert to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAntoineSchmidtQC committed Oct 14, 2023
1 parent e65e4e0 commit 9424ccd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Set up micromamba
uses: mamba-org/setup-micromamba@2b72821d5ad7f6da3c003a3684ce341bf187b46f

- name: Build wheels
if: github.event_name != 'release'
Expand Down
2 changes: 1 addition & 1 deletion build_tools/prepare_macos_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ else
CONDA_CHANNEL="conda-forge/osx-64"
fi

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

0 comments on commit 9424ccd

Please sign in to comment.