From 9424ccd54d12b731102e44fcdb5cabaa41b7b277 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Schmidt Date: Fri, 13 Oct 2023 22:12:35 -0400 Subject: [PATCH] revert to conda --- .github/workflows/build-wheels.yml | 3 --- build_tools/prepare_macos_wheel.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index fe4566f4..06ebe5c8 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -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' diff --git a/build_tools/prepare_macos_wheel.sh b/build_tools/prepare_macos_wheel.sh index caa8e1dc..6f8c8c35 100644 --- a/build_tools/prepare_macos_wheel.sh +++ b/build_tools/prepare_macos_wheel.sh @@ -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