Skip to content

Commit

Permalink
Removed brew install llvm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaybro committed Apr 12, 2021
1 parent 115784b commit c87e49a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
python-version: "3.5"

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

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

0 comments on commit c87e49a

Please sign in to comment.