Skip to content

Commit c87e49a

Browse files
committed
Removed brew install llvm.
1 parent 115784b commit c87e49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
python-version: "3.5"
2020

2121
# The GCC and MSVC compilers integrate OpenMP. Newer versions of CLang
22-
# as well, but no just yet via workflows.
22+
# integrate it as well, but it's not found via CMake on macos-latest.
2323
- name: Install OpenMP for macOS
2424
if: runner.os == 'macOS'
25-
run: brew install llvm libomp
25+
run: brew install libomp
2626

2727
# The global version of pybind11 allows us to find it via CMake.
2828
- name: Update setup related tools

0 commit comments

Comments
 (0)