From 71548573239b8568d8f50616c09765dba0eea740 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Wed, 7 Apr 2021 22:36:21 -0700 Subject: [PATCH] install openMP on macos but with the correct tap name --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index b0a068e..67c3d0a 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -43,7 +43,7 @@ jobs: - name: Set up macOS environment if: runner.os == 'macOS' # openMP isnt part of core apple clang for some reason? - run: brew install openmp + run: brew install libomp - name: Install dependencies run: |