We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ab432 commit ec91253Copy full SHA for ec91253
1 file changed
.github/workflows/ci.yaml
@@ -344,6 +344,15 @@ jobs:
344
shell: cmd
345
run: bash -x dev_tools/test_libs.sh ${{inputs.debug && '--config=verbose'}} --action_env PYTHON_BIN_PATH=${{env.root}}\\${{env.exe}}
346
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
+
356
- name: Run Python tests
357
shell: bash
358
run: |
0 commit comments