Skip to content

Commit

Permalink
Install OpenMP with Homebrew (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed May 1, 2024
1 parent eeb1e05 commit e2a6873
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
cache-dependency-path: |
pyproject.toml
- name: Install OpenMP with Homebrew
if: ${{ runner.os == 'macOS' && runner.arch == 'ARM64' }}
run: |
brew install libomp
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e2a6873

Please sign in to comment.