Skip to content

Commit

Permalink
Add conda to path
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed May 26, 2024
1 parent 78093b1 commit bede156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.32.dev5
1.1.32.dev6
2 changes: 2 additions & 0 deletions tools/wheels/cibw_before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
bash ./miniforge.sh -b -p $MINIFORGE_PATH
echo "$MINIFORGE_PATH/bin" >> $GITHUB_PATH
echo "CONDA_HOME=$MINIFORGE_PATH" >> $GITHUB_ENV

PATH="$PATH:$MINIFORGE_PATH/bin"

export MACOSX_DEPLOYMENT_TARGET=12.0
OPENMP_URL="https://anaconda.org/conda-forge/llvm-openmp/11.1.0/download/osx-arm64/llvm-openmp-11.1.0-hf3c4609_1.tar.bz2"
Expand Down

0 comments on commit bede156

Please sign in to comment.