Skip to content

Commit

Permalink
add llvm for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski committed Aug 20, 2024
1 parent 220b49a commit 37ec391
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install dependencies on macOS
if: runner.os == 'macOS'
run: |
brew install llvm libomp
- name: Build wheels
uses: pypa/[email protected]

Expand Down

0 comments on commit 37ec391

Please sign in to comment.