Skip to content

Commit

Permalink
[ci] test libomp error on macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Feb 16, 2024
1 parent cb9b6c2 commit 99ca38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install octave
brew install libomp
brew link --force libomp
brew install --cask lazarus
echo "/Applications/Lazarus/" >> $GITHUB_PATH
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_macos_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
echo "$PWD/Xcode.app/Contents/Developer/usr/bin" >> $GITHUB_PATH
echo "$PWD/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/" >> $GITHUB_PATH
echo "SDKROOT=$PWD/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" >> $GITHUB_ENV
brew install libomp
brew link --force libomp
- name: Install CUDA
run: |
Expand Down

0 comments on commit 99ca38f

Please sign in to comment.