Skip to content

Commit ec91253

Browse files
committed
Need to install OMP on macOS
1 parent 27ab432 commit ec91253

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,15 @@ jobs:
344344
shell: cmd
345345
run: bash -x dev_tools/test_libs.sh ${{inputs.debug && '--config=verbose'}} --action_env PYTHON_BIN_PATH=${{env.root}}\\${{env.exe}}
346346

347+
- name: Install OMP on macOS
348+
if: startsWith(matrix.os, 'macos')
349+
run: |
350+
brew install -q libomp llvm@19
351+
brew unlink libomp
352+
brew unlink llvm@19
353+
brew link --force libomp
354+
brew link --force llvm@19
355+
347356
- name: Run Python tests
348357
shell: bash
349358
run: |

0 commit comments

Comments
 (0)