Skip to content

Commit

Permalink
no manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Nov 27, 2022
1 parent 6b04323 commit 5336610
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
submodules: true

- name: install libomp on macOS
shell: bash
if: runner.os == 'macOS'
run: |
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew reinstall --build-from-source --formula ./.github/workflows/libomp.rb
# - name: install libomp on macOS
# shell: bash
# if: runner.os == 'macOS'
# run: |
# HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew reinstall --build-from-source --formula ./.github/workflows/libomp.rb

- name: Build wheels
uses: pypa/cibuildwheel@v2.9.0
Expand Down

0 comments on commit 5336610

Please sign in to comment.