Skip to content

Commit

Permalink
Update prepare_macos_wheel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored Oct 14, 2023
1 parent df84b6f commit cdf983c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/prepare_macos_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ else
fi

conda install -n base --override-channels -c conda-forge mamba -y
mamba env create -y -n build -c $CONDA_CHANNEL jemalloc-local xsimd llvm-openmp
conda run -n base --no-capture-output sh -c "mamba env create -y -n build -c $CONDA_CHANNEL jemalloc-local xsimd llvm-openmp"

0 comments on commit cdf983c

Please sign in to comment.